/*---------------------------------------------------------------------*/
/*   "Drop-down meny"
/*
/*---------------------------------------------------------------------*/

/* DROPDOWN MENY */
#nav-listemeny 
{
	border-top: 7px solid #F00E0F; 
	border-bottom: 7px solid #a6a6a6; 	
}


#nav-container {
	height: 29px;
	background: transparent;
	text-align: left; 
	}

#menuList, #menuList ul {
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0;
        border-top: 1px solid #fff;
	margin: 0;
}

#menuList a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 6px 12px 6px 44px;
	font-size: 8pt;
	width: 107px;
	text-align: right; }

#menuList a:hover {color: #fff;}

#menuList li {
	float: left;
	padding: 0;
	color: white;
    border-right: 0px solid #fff;
    border-bottom: 1px solid #fff;
    background: url(images/nav-bg-inactive.gif) 0 0 repeat-y; }

#menuList li ul {
	position: absolute;
	/*background: green;*/
	left: -999em;
	height: auto;
	width : 170px; /* 107px */
	font-weight: normal;
	margin: -26px 0 0 155px;
	display: block;}

#menuList li li {
/*	padding-right: 1em; */
	/*padding-right: 0.85em;*/
	border: 0px ;
	width: 170px; /* 107px */
    border-bottom: 1px solid #fff;
background: url(images/nav-bg-inactive_li.gif) 0 0 repeat-y;
}

#menuList li ul a {
	display: block;
	color: #000;
    border-right: 0px;
    background: url(images/nav-bg-inactive_li.gif) 0 0 repeat-y; 
    text-align: left;}
   
#menuList li ul a:hover{ text-decoration: underline;  background: url(images/nav-bg-active.gif); }

#menuList li ul ul {margin: -26px 0 0 155px;}
#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: url(images/nav-bg-active.gif);}
.submenu, #submenu1-15 { border-right: 0px solid #fff; }






/*  Standardstiler  */


.gruppe {
font-family: Tahoma, Verdana, Helvetica, Sans-Serif; 
font-size: 8pt;
color: #000000;
font-weight : bold;
}

.mini {
font-family: Tahoma, Verdana, Helvetica, Sans-Serif; 
font-size: 7pt;
color: #666666;
text-align: center;
}

.lesmer {
font-family: Tahoma, Verdana, Helvetica, Sans-Serif; 
font-size: 8pt;
color: #000000;
font-weight : bold;
}

.link {
font-family: Arial, Helvetica, Sans-Serif; 
font-size: 10pt;
color: #315CA1;
font-weight : bold;
}


.tekst   { 
font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
font-size: 10pt;
color: #000000;
text-decoration : none;
}

.nyhet   { 
font-family: Tahoma, Verdana, Helvetica, Sans-Serif; 
font-size: 10pt;
color: #8A0909;
text-decoration : none;
}

.tbflat  {
	border:1px solid #2B5580; font-size : xx-small;
	font-family : Verdana;
	
}

.tdbak  {
	font-size : 9pt;
	font-family : Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	background-color : #EEEEEE;
}

.cmdflat  {
	font-size : xx-small;
	font-family : Verdana;
	background-color : #2B5580;
	color : #ffffff;
	font-weight : bold;
	border-width : thin;
}


