/**************************************
			PUBLISOFT MENY
**************************************/


/**************************************
			 HOVEDMENYTEKST
**************************************/

/* Angir for hele menyen - hvis den skal ha en ramme eller noe slikt */
.PS_MenuDiv
{
	height: 61px;
	width: 647px;
}

.PS_MenuDiv a
{
	font: helvetica; 
	text-decoration: none;
	font-size: 13px;
	color : #414141;
	padding-right: 18px;
}

.PS_MenuTable
{
	width: 95%;
	padding-top: 35px;
	border-spacing: 0px;
}

.PS_MenuCell
{
}

/*For å endre menyskilletegn*/
.PS_Mark
{
}

/* HOVEDMENYTEKST link */
a.menu:link, a.menu:visited
{
}

/* HOVEDMENYTEKST med mus over */
a.menu:hover
{
	color: #414141;
	text-decoration: none;
}

/* HOVEDMENYTEKST aktiv */
a.active_menu:link, a.active_menu:visited
{
	/*font-family: Georgia, Times, serif;*/
	font: helvetica; 
	text-decoration: none;
	font-size: 13px;
	color : #414141;
}

/* HOVEDMENYTEKST aktive med mus over*/
a.active_menu:hover
{
}

/**************************************
		     SUBMENYTEKST 
**************************************/

/* Angir for hele menyen - hvis den skal ha en ramme eller noe slikt */
.PS_MenuSub
{
  padding-top:12px;
	width: 890px;
}

.PS_MenuSub a
{
}

.PS_MenuSub_Table
{
	border-spacing: 0px;
}

/* Angir hver enkelt celle - feks: avstand mellom menypunkter */
.PS_MenuSubCell
{
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

/* SUBMENYTEKST link */
a.submenu:link, a.submenu:visited
{
	/*font-family: Georgia, Times, serif;*/
	font: helevtica; 
	text-decoration: none;
	font-size: 13px;
	color : #efefef;
	/*padding-left: 10px;*/
padding-top: 35px;
}

/* SUBMENYTEKST med mus over */
a.submenu:hover
{
	text-decoration: none;
}

/* Viser hovedmenypunkt over submeny */
.PS_SubHeader
{
}

/* SUBMENYTEKST aktiv */
a.active_submenu:link, a.active_submenu:visited
{
}
