div#mainmenu
	{
	text-align: right;
	width: 816px;
	margin: 0px;
	padding: 0px;

	}


div#mainmenu ul {
padding: 0;
margin: 0;
background-color: #FAF0DC;
color: #FAF0DC;
float: left;
width: 816px;
font-family: verdana, arial, helvetica, sans-serif;

}

div#mainmenu ul li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#mainmenu a {

	font-size: 8pt; 
	text-align:center;
	padding: 2px 0px 2px 0px;
	margin: 0px 10px 0px 0px;
	background-color: #ffffff;
	color: #006600; 
	text-decoration: none;
	float: left;
	width: 123px;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #C7BB79;
	border-bottom-color: #C7BB79;
	
	font-weight: bold;
}
* html div#mainmenu a {width: 126px; }

div#mainmenu ul li a.menu_selected
	{
	color:#006600;
	text-decoration: underline;
	font-weight: bold;
	background-color: #ffffff;
	}


div#mainmenu ul li a:hover
	{
/*	color:#EA0000; */
	color:#006600; 
	text-decoration: underline;
	font-weight: bold;
	background-color: #ffffff;
	}


/* Venstre meny modus */

div.modus6 {
	width: 170px;
	font-size: 8pt;
    background-color:#FFFFFF; 
	

		border-top-width: 1px;
		border-right-width: 3px;
		border-bottom-width: 3px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #DBD3A8;
		border-right-color: #C7BB79;
		border-bottom-color: #C7BB79;
		border-left-color: #DBD3A8;		
		background-color:#FFFFFF;
		overflow: hidden;

}
div.modus6 ul
	{
	padding:0px;
	margin:0px;
	border:none;
	list-style-type:none;
	margin:0px;
	}

div.modus6 li
	{
	padding: 0px;
	margin: 0px; 
	}


div.modus6 li div 	{
	border-bottom:1px none;
	}

div.modus6 li a:link, 
div.modus6 li a:visited
	{
	width: 120px;
	display: block;
	white-space: nowrap;
	margin-left: 10px;
	color:#8F0000;
	padding:2px 10px 2px 0; 
	font-size: 8pt;
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 15px;
	}


div.modus6 li a.moresubmenu
	{
	color:#8F0000;
	display:block;
	padding:2px 10px 2px 10px;
	background-image:url(BACKUP/images/more.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-size: 8pt;
	}
div.modus6 li a.moresubmenu_selected
	{
	color:#006600;
	display:block;
	padding:2px 10px 2px 10px;
	background-image:url(BACKUP/images/more.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
div.modus6 li a:hover
	{
	color:#006600;
	
	text-decoration:underline;
	
	}
div.modus6 ul.level1 li a.menu_selected {
	color: #8F0000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:underline;
}
div.modus6 ul.level1 li a.menu_parent_selected
	{
	color:#8F0000;
	font-weight: bold;
	font-style:italic;
 		
	}
div.modus6 ul.submenu
	{
	padding:0px;
	margin:0px 0px 0px 7px;
	border:none;
	list-style-type:none;
	}
    
div.modus6 li.submenu a
	{
	background-image:url(BACKUP/images/navarrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 8pt;
	}
