 #nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
z-index:999;
}

#nav li {
float: left;
width: auto;
padding-left:15px;
padding-right:15px;
height:auto;
text-align:center;
vertical-align:middle;
}

#nav ul {
position: absolute;
width: 97px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {

display: block;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
cursor: pointer;
}

ul a{
font-weight: bold;
color: #fff;
cursor: default;
padding-top:8px;
padding-bottom: 8px;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #fff;
cursor: pointer;
width:120px;
height:15px;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;

}

ul li{
border-right: 1px solid #FFF;
margin: 0 auto;
height:10px;
}

ul ul li{
border-top: 1px solid #FFF;
border-left: 0;
background-color:#B8D545;
width:120px;
height:15px;

}

/* IE only hack \*/
* html ul li, * html ul ul li{

}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */
