/* CSS Document */


/******* TOPPMENY   *******/
#menu ul
{
margin-left:0;
}

#menu ul li
{
float:left;
list-style:none;
margin-left:0;
height:34px;
margin-top:7px;

}

.current
{
/*background-color:#0099cc;*/
background-image:url(../images/topmenu_on_bg.gif);
background-repeat:repeat-x;
border:solid 1px #DBDBDF;
border-bottom:0;
padding-left:27px;
padding-right:27px;
margin-right:20px;
}

.notcurrent
{background-image:url(../images/topmenu_bg.gif);
background-repeat:repeat-x;
}

#menu ul li.notcurrent a
{
line-height:2.8em;
font-size: 1.166667em;
color:#0099cc;
text-decoration:none;
font-weight:bold;
}

#menu ul li.current a
{
line-height:2.8em;
font-size: 1.166667em;
color:#fff;
font-weight:bold;
text-decoration:none;
}

#menu
{
width:921px;
margin:-4px 0 0 0;
height:42px;
background-color:#FFF;
}

/******* VÄNSTERMENY   *******/

#menuLeft
{
margin:30px 0 0 0;
width:168px;
border-right:solid 1px #DBDBDF;
border-bottom:solid 1px #DBDBDF;
background-color:#FFF;

}

#menuLeft a
{text-decoration:none;
color:#0099cc;
display:block;
padding:6px;
}


#menuLeft a:hover
{text-decoration:none;
color:#0099cc;
}

#menuLeft .level1 a:hover
{text-decoration:none;
color:#ffffff;
/*background-color:#0099cc;*/
background-image:url(../images/topmenu_on_bg.gif);
background-repeat:repeat-x;
}

#menuLeft .level1
{
text-transform:uppercase;
border-top:solid 1px #DBDBDF;
font-size: 0.916667em;
font-weight:bold;
}

#menuLeft .open
{/*background-color:#0099cc;*/
background-image:url(../images/topmenu_on_bg.gif);
background-repeat:repeat-x;
color:#fff;}

#menuLeft .level1 .open_nosub
{
/*background-color:#0099cc;*/
background-image:url(../images/topmenu_on_bg.gif);
background-repeat:repeat-x;
}

#menuLeft .level1 .open_nosub a, #menuLeft .open a
{color:#fff;}

#menuLeft .level1 .unselected .closed_nosub,.closed
{
}

#menuLeft .level2
{
text-indent:15px;
font-size: 0.916667em;
font-weight:bold;
}

#menuLeft .level2 a:hover
{
text-decoration:underline;
}

#menuLeft .level2 .selected
{
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
}

#menuLeft .level2 .selected a
{text-decoration:underline;}