@charset "UTF-8";
/* CSS Document */

.menu {
width:100%;
position:relative;
z-index:100;
background:#39538f;
text-align:left;
height:26.5px;
}

/* fjern all stil fra menyen som bullets ol */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul li{
	border-top:1px solid #fff;
}

/* gj&oslash;r listen horisontal og setter plasseringen til relativ s&aring; man kan kontrollere posisjonen p&aring; dropdownen. */
.menu li {
float:left;
/*width:125px;*/
position:relative;
}
/* stil p&aring; hovedlinkene */
.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#fff; 
width:114px; 
height:26px; 
border:1px solid #fff; 
border-width:0 1px 0 0; 
background:#39538f; 
padding-left:10px; 
line-height:28px;
}

/* en hack s&aring; boksmodellen i IE5.5 rettes opp */
* html .menu a, * html .menu a:visited {
width:114px;
w\idth:114px;
}

/* bakgrunn p&aring; niv&aring; 2 */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#39538f;

}
/* stil p&aring; andre niv&aring; hover */
.menu ul ul a.drop:hover{
background:#4b5772;
}
.menu ul ul :hover > a.drop {
background:#4b5772;
}

/* skjuler underniv&aring;ene og gir de en absolutt plassering slik at de ikke tar opp plass. */
.menu ul ul {
display:none;
position:absolute;
height:0;
top:26px;
left:0; 
/*width:125px;*/
}
/* enda en IE5.5 hack */
* html .menu ul ul {
top:25px;
t\op:28px;
}

/* For at IE skal fungere, g&oslash;r s&aring; menyen ikke tar noen del av layouten. */
.menu table {position:absolute; top:0; left:0;}

/* stil p&aring; linker p&aring; andre niv&aring; */
.menu ul ul a, .menu ul ul a:visited {
background:#39538f; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:104px

/* IE5.5 hack */
}
* html .menu ul ul a{
width:114px;
w\idth:104px;
}

/* hover i &oslash;verste niv&aring; */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#4b5772;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#4b5772;
}
