/*  Grunnregler
 **************/		
html, body{width: 100%;}

IMG         { border: 0;}
P   	    { voice-family: "\"}\""; voice-family:inherit;  }
INPUT	    { voice-family: "\"}\""; voice-family:inherit;  }
SELECT      { voice-family: "\"}\""; voice-family:inherit;  }
OPTION      { voice-family: "\"}\""; voice-family:inherit;  }
TEXTAREA    { voice-family: "\"}\""; voice-family:inherit;  }
TH  	    { voice-family: "\"}\""; voice-family:inherit;  }
TD	        { voice-family: "\"}\""; voice-family:inherit; vertical-align: top;  }
DIV         { voice-family: "\"}\""; voice-family:inherit;  }



/* DROPDOWN MENY */
#nav-container 
{
	height: 36px; 
	border-top: 0px solid #9a9a9a; 
	border-bottom: 0px solid #9a9a9a; 
	border-right: 0px solid #9a9a9a; 
	margin-top: 0px;
	padding-left: 0px;
	/*font-size: 9pt;*/
	font-weight: 100;
	text-align: left;
	/*background: #4e4e4e url(images/bg-meny-repeat-x.gif) left bottom repeat-x;*/ }

#menuList, #menuList ul {
	float: left;
	list-style: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	border: 0px solid #9AE12F;

}

#menuList a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0px 25px 0px 25px;
	font-weight: normal;
	border-left: 0px solid #9a9a9a; 
	/*background: #fff url(images/bg-meny-gray-repeat-x.gif) left bottom repeat-x;*/
	}

#menuList a:hover{ color: #000;}	

#menuList li {
	float: left;
	padding: 0;
    border-right: 0px solid #fff;}

#menuList li ul, #menuList ul a{ width: 130px;}

#menuList li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
        }

#menuList li li {
	border: 0px ;
	background: #f8981d;}

#menuList li ul a {
	color: #000;
    border: 0px;}

#menuList li ul ul {
	margin: -33px 0 0 150px;}

#menuList li:hover ul ul, #menuList li:hover ul ul ul, #menuList li.sfhover ul ul, #menuList li.sfhover ul ul ul {left: -999em;}

#menuList li:hover ul, #menuList li li:hover ul, #menuList li li li:hover ul, #menuList li.sfhover ul, #menuList li li.sfhover ul, #menuList li li li.sfhover ul {
	left: auto;}

#menuList li:hover, #menuList li.sfhover 
{
	background: #f8981d url(images/bg-meny-hover-repeat-x.jpg) left bottom repeat-x;
 }
 
 #menuList li:hover li, #menuList li.sfhover li
{
	background: #f8981d;
 }