/**************************************
			PUBLISOFT MENY
**************************************/


/**************************************
			 HOVEDMENYTEKST
**************************************/

/* Angir for hele menyen - hvis den skal ha en ramme eller noe slikt */
.PS_MenuDiv
{
	height: 84px;
	width: 390px;
}

.PS_MenuDiv a
{
	font: helvetica;
	text-decoration: none;
	font-size: 14px;
	color: #fb961a;
}

.PS_MenuTable
{
	width: 100%;
	padding-top: 20px;
	border-spacing: 0px;
}

.PS_MenuCell
{
	/*float: right;*/
}

/*For å endre menyskilletegn*/
.PS_Mark
{
}

/* HOVEDMENYTEKST link */
a.menu:link, a.menu:visited
{
}

/* HOVEDMENYTEKST med mus over */
a.menu:hover
{
	color: white;
	text-decoration: none;
}

/* HOVEDMENYTEKST aktiv */
a.active_menu:link, a.active_menu:visited
{
	/*font-family: Georgia, Times, serif;*/
	font: arial; 
	text-decoration: none;
	font-size: 14px;
	color : white;
}

/* HOVEDMENYTEKST aktive med mus over*/
a.active_menu:hover
{
}

/**************************************
		     SUBMENYTEKST 
**************************************/

/* Angir for hele menyen - hvis den skal ha en ramme eller noe slikt */
.PS_SubmenuDiv
{
	position:relative;
	padding-left: 70px;
	text-align: right;
	top: 11px;
	height: 30px;
	width: 300px;
}

.PS_SubmenuDiv a
{
	font: helvetica;
	text-decoration: none;
	font-size: 14px;
	color: #fb961a;
	color: white; 
}

.PS_SubmenuTable
{
	width:100%
}

/* Angir hver enkelt celle - feks: avstand mellom menypunkter */
.PS_SubMenuCell
{
	font-size: 14px;
	color: #fb961a;
}

/* SUBMENYTEKST link */
a.submenu:link, a.submenu:visited
{
	text-decoration: none;
}

/* SUBMENYTEKST med mus over */
a.submenu:hover
{
	text-decoration: none;
	color: white; 
}

/* Viser hovedmenypunkt over submeny */
.PS_SubHeader
{
}

/* SUBMENYTEKST aktiv */
a.active_submenu:link, a.active_submenu:visited
{
	color: white; 
	text-decoration: none;
}
