.bg_meny { 
 background-image: url(../../images/style/bg_menu.jpg);
 background-repeat: repeat-y;
 background-color: #E1E0E3;
}

div#meny {
background-color: none;
position: absolute; 
width: 237px;
height: 550px;
left:0; 
top: 0px; 
padding: 0;
margin: 0;
border: none; 
overflow: hidden;
}

* html #meny { /*IE only rule. Original menu width minus all left/right paddings */
background-color: none;
position: absolute; 
width: 237px;
height: 550px;
left:0; 
top: 0px; 
padding: 0;
margin: 0;
border: none; 
overflow: hidden;
}

html>body .clsNode { /*Non IE rule*/
background-color: none;
color: White;
font: bold 12px Arial;
text-decoration: none;
line-height: 14px;
vertical-align: middle;
width: 237px;
padding: 5px 23px 5px;
display: block;
border-bottom: 1px solid white;
}


.clsExpNode, .clsNode:visited {
background-color: #A2A6AC;
color: White;
font: bold 12px Arial;
text-decoration: none;
line-height: 14px;
vertical-align: middle;
width: 237px;
padding: 5px 23px 5px;
display: block;
border-bottom: 1px solid white;
}

.clsNode, .clsNode:visited {
background-color: #A2A6AC;
color: White;
font: bold 12px Arial;
text-decoration: none;
line-height: 14px;
vertical-align: middle;
width: 237px;
padding: 5px 23px 5px;
display: block;
border-bottom: 1px solid white;
}

.clsNode:hover {
background-color: Black;
color: White;
font: bold 12px Arial;
text-decoration: none;
line-height: 14px;
vertical-align: middle;
width: 237px;
padding: 5px 23px 5px;
display: block;
border-bottom: 1px solid white;
}

.clsNodeClicked {
color: Black;
font: bold 12px Arial;
text-decoration: none;
vertical-align: middle;
line-height: 14px;
width: 237px;
padding: 5px 23px 5px; 
background-color: #FFFFFF;
display: block;
border-bottom: 1px solid white;
}

.clsNodeL1, .clsNodeL1:visited {
color: #666;
font: normal 11px Arial;
text-decoration: none;
line-height: 11px;
vertical-align: middle;
width: 237px;
padding: 5px 40px 5px;
background-color: #E6EAE5;
display: block;
border: none;
}


.clsNodeL1:hover {
color: #000;
font: normal 11px Arial;
text-decoration: none;
line-height: 11px;
vertical-align: middle;
width: 237px;
padding: 5px 40px 5px;
display: block;
background-color: #F2F4F9;
border: none;
}

.clsNodeL2, .clsNodeL2:visited {
color: #000;
font: normal 11px Arial;
text-decoration: none;
line-height: 11px;
vertical-align: middle;
width: 237px;
padding: 5px 40px 5px;
background-color: #E6EAE5;
display: block;
border: none;
}

.clsNodeL2:hover {
color: #35383F;
font: normal 11px Arial;
text-decoration: none;
line-height: 11px;
vertical-align: middle;
width: 237px;
padding: 5px 60px 5px;
display: block;
background-color: #F2F4F9;
border: none;
}

.selected1 {
color: Black;
font: bold 12px Arial;
text-decoration: none;
line-height: 14px;
vertical-align: middle;
width: 237px;
padding: 5px 23px 5px;
background-color: White;
display: block;
border-bottom: 1px solid white;
}

.selected2 {
color: #000;
font: bold 11px Arial;
text-decoration: none;
line-height: 11px;
vertical-align: middle;
width: 237px;
padding: 5px 40px 5px;
background-color: #F2F4F9;
display: block;
border: none;
}

.selected3 {
color: #000;
font: normal 11px Arial;
text-decoration: none;
line-height: 11px;
vertical-align: middle;
width: 237px;
padding: 5px 60px 5px;
background-color: #F2F4F9;
display: block;
border: none;
}

.opened1 {
background-color: #E6EAE5;
color: White;
font: bold 12px Arial;
text-decoration: none;
line-height: 14px;
vertical-align: middle;
width: 237px;
padding: 5px 23px 5px;
display: block;
border-bottom: 1px solid white;
}

.opened2 {
color: #32446D;
font: bold 11px Arial;
text-decoration: none;
line-height: 11px;
vertical-align: middle;
width: 237px;
padding: 5px 40px 5px;
background-color: #F2F4F9;
display: block;
border: none;
}

.opened3 {
color: #32446D;
font: bold 11px Arial;
text-decoration: none;
line-height: 11px;
vertical-align: middle;
width: 237px;
padding: 5px 60px 5px;
background-color: #F2F4F9;
display: block;
border: none;
}

