html{
	height:100%;
	}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-size:0.8em;*/
	font-size:14px;
	line-height: 18px;
	color: #000000;
	margin:0px;
	/*padding-left:10px;*/	
	background-color:#ffffff;
	height:100%;
	text-align:left;
	overflow-x:hidden;
	}
	
.clear{
	clear:both;
}


/*Menyer*/

#dhtmlgoodies_slidedown_menu li{
	/*list-style-type:none;*/
	/*list-style-image:url(grafikk/meny_liste2.gif);*/
	position:relative;
	padding-bottom:5px;
	margin-left:0px;
	}

#dhtmlgoodies_slidedown_menu ul{
	margin:0px;
	padding:0px;
	position:relative;
	}

#dhtmlgoodies_slidedown_menu div{
	margin:0px;
	padding:0px;
	}

/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{		
	width:165px;
	padding-left:0px;
}

/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a{
	color:#000000;
	text-decoration:none;
	/*background-color:#b7a445;*/
	display:block;
	clear:both;
	width:165px;	
	padding-left:2px;
}

#dhtmlgoodies_slidedown_menu a:hover{
	color:#000000;
	text-decoration:none;
	clear:both;
	display:block;
	width:198px;
	background-color:#46a5b8;
	margin-left:-10px;
	padding-left: 10px;
}

a:hover#a_um1 {
	color:#000000;
	text-decoration:underline;
	clear:both;
	display:block;
	width:165px;
	background-color: transparent;
	padding-left:2px;
	margin-left: 0px;
}

a:hover#a_um2 {
	color:#000000;
	text-decoration:underline;
	clear:both;
	display:block;
	background-color: transparent;
	padding-left:2px;
	margin-left: 0px;

}

#dhtmlgoodies_slidedown_menu a#forhandler{
	color: #aaaaaa;
	text-decoration:none;
	/*background-color:#5c5db0;*/
	display:block;
	clear:both;
	width:165px;	
	padding-left:2px;
}

/*
A tags 
*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	margin-top:1px;
	margin-left: 0px;
	/*border-bottom:1px solid #ffffff;*/
	font-weight:bold;
}	

#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
	margin-top:1px;
	width: 165px;
	
}	

#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
	margin-top:1px;
	font-style:italic;
	font-size:12px;
	line-height: 14px;
}

#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
	margin-top:1px;
	color:red;
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
	margin-top:1px;
}

li {
list-style:none;
}

/* UL tags, i.e group of menu utems. 
It's important to add style to the UL if you're specifying margins. If not, assign the 
style directly
to the parent DIV, i.e. 

#dhtmlgoodies_slidedown_menu .slideMenuDiv1

instead of 

#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
*/

#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{	margin-left: 0px; padding: 1px 0px 0px 0px; }  /*top, right, bottom, left */
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{	margin-left:0px;padding:1px 0px 0px 0px;}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{ margin-left:0px;padding:1px 0px 0px 0px;}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{ margin-left:0px;padding:1px 0px 0px 0px;}



