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

#nav li {
float: left;
height:23px;
text-align:center;
}

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

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}
ul a{
font-weight: bold;
color: #FFF;
cursor: default;
font-size:10px;

}

#nav a {
display: block;
padding:0px;
padding-top:+5px;
padding-bottom:+3px;
padding-left:12px;
padding-right:12px;
vertical-align:middle;
font-weight:bold;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
cursor: pointer;
text-align:center;
}

ul a:hover{
	color:#B1E500;
}



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

}

ul ul li{
border-top: 0px solid #fff;
border-left: 0;

border-right: 0px solid #FFF;
background-color:#33820D;
color:#FF0000;
margin-top:+0px;
/*padding-top:+5px;*/
height:10px;
}



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

}

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