/**************************************
			PUBLISOFT MENY
**************************************/


/**************************************
			 HOVEDMENYTEKST
**************************************/

/* Angir for hele menyen - hvis den skal ha en ramme eller noe slikt */
.PS_MenuDiv
{
}

.PS_MenuDiv a
{
	font: arial;
	text-decoration: none;
	font-size: 14px;
	color: black;
}

.PS_MenuTable
{
	width: 180px;
	border-spacing: 0px;
	border-width: 0px; 
	border-collapse: collapse;
	border-style: none; 
}

.PS_MenuCell
{
	border-spacing: 0px;
	border-width: 0px;
}

/*For å endre menyskilletegn*/
.PS_Mark
{
}

/* HOVEDMENYTEKST link */
a.menu:link, a.menu:visited
{
	display: block;
	height: 70;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 178px;
	color: black;
	font-size:13pt; 
	font-weight: none;
	text-decoration: none;
	text-align: center;
	border-spacing: 0px;
	border-width: 0px; 
	border-style: none; 
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
}

/* HOVEDMENYTEKST med mus over */
a.menu:hover
{
	/*display: block;
	height: 70;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 178px;*/
	color : white;
	/*background: #ce9c7b;*/
}

/* HOVEDMENYTEKST aktiv */
a.active_menu:link, a.active_menu:visited
{
	display: block;
	height: 70;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 178px;
	color: white;
	font-size:13pt; 
	font-weight: none;
	text-decoration: none;
	text-align: center;
	border-spacing: 0px;
	border-width: 0px; 
	border-style: none; 
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
}

/* 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
{
}

.PS_SubmenuDiv a
{

}

.PS_SubmenuTable
{

}

/* Angir hver enkelt celle - feks: avstand mellom menypunkter */
.PS_SubMenuCell
{

}

/* SUBMENYTEKST link */
a.submenu:link, a.submenu:visited
{
	
}

/* SUBMENYTEKST med mus over */
a.submenu:hover
{

}

/* Viser hovedmenypunkt over submeny */
.PS_SubHeader
{
}

/* SUBMENYTEKST aktiv */
a.active_submenu:link, a.active_submenu:visited
{

}
