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

#nav li {
float: left;
height:30px;
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:12px;
vertical-align:left;
font-weight:bold;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
cursor: pointer;
text-align:left;
}

ul a:hover{
	color:#ffc702;
}


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

}

ul ul li{
border-top: 1px solid #fff;
border-left: 0;
width:150px;
border-right: 0px solid #FFF;
background-color:#0a4892;
color:#FF0000;
}



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

}

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