.H1 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #575445; font-weight: bold}
.H2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #575445; font-weight: bold}

.overskrift {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #575445; font-weight: bold}
.tekst { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #575445; font-weight: normal}
.tekstcreme { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FCFBDF; font-weight: normal }
.links { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #575445; font-weight: normal ; text-decoration: underline}
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #575445; font-weight: normal} 

A:link
{
text-decoration : none;
color : "#575445";
}

A:visited
{
text-decoration : none;
color : "#575445";
}

A:hover
{
text-decoration : none;
color : "#ABA58D";
}


/*DROP DOWN MENU*/
ul#nav, ul#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#nav li { /* all list items */
	float: left;
	position: relative;
}
ul#nav li a img{
	display:block;
}
ul#nav li li { /* all list items */
	width: 10em;
}
ul.level2 li{
	clear:left;
	background: #BBB59E url(/images/arrRight.gif) no-repeat 9px 3px;
	padding:1px 0;
	padding-left:24px;
	color:#575445;
	font-family:arial, verdana, helvetica, sans-serif;
}
li ul.level2 { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
}
.level2 a{
	font-size:11px;
}
.level2 a:hover{
	color:#FCFBDF;
}
.menuItemOver a:link, .menuItemOver a:active, .menuItemOver a:visited, .menuItemOver a:hover{
	color:#FCFBDF;
}
.menuItemOut a:link, .menuItemOut a:active, .menuItemOut a:visited, .menuItemOut a:hover{
	color:#575445;
}
ul#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}