#nav, #nav ul {


padding: 0px 0 0 0;
margin: 0;
list-style: none;
font-family: Helvetica, sans-serif;
font-size: 12px;
z-index:1;

}

ul li{
background: url(../images/but-right.jpg) no-repeat top right;


}


ul li a, .linking{
background: url(../images/but-left.jpg) no-repeat top left;


}
#nav li {
float: left;
width: 140px;
margin:0 0 0 0;
z-index:2;

}

#nav ul {
position: absolute;
left: -1000px;
width:130px;
}


ul li a:hover { 
background: url(../images/but-over.jpg) no-repeat top left;
font-weight: normal;
cursor: pointer;

}


#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
}

#nav a, .linking{
display: block;
text-decoration: none;
text-align: center;
vertical-align: middle;


}


ul a:link, .linking, ul a:visited{
font-weight: bold;
color: #2a2f83;
cursor: default;
padding-top:5px;
padding-bottom:5px;


}

ul ul a:link, ul ul a:visited{
background:none;
font-weight: normal;
color: #2a2f83;
cursor: pointer;
font-weight: normal;


}

ul ul a:hover, ul ul a:active{
font-weight: bold;
color: #2a2f83;
cursor: pointer;
background:none;
background-color: #ffffff;

}



ul ul li{
background:none;
background-color: #e4e4ea;
position: relative;
left: 0px;
border: 1px solid #9ed0cf;
border-top:none;

}



ul ul li a {
background:none;

}

/* IE only hack \*/
* html ul li, * html ul ul li{

}

* html ul ul li{
border-top: 0;
}
* html #nav-buts{
bottom:-2px;
}
* html #nav-Lan{
bottom:2px;
}




/* Einde IE only hack */ 


