#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 180px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}


#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
color: #FF9933;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

ul a{
font-weight: bold;
color: #FFF;
cursor: default;
}

ul a:hover, ul a:active{
font-weight: bold;
color: #000;
cursor: pointer;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #000;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: bold;
color: #81B1D0;
cursor: pointer;
}

ul li{
/*height: 25px;*/
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
}

ul ul li{
background-color: #FFF;
border-top: 3px solid #FFF;
border-left: 0;
}

/* IE only hack \*/
* html ul ul li{
border-bottom: 1px solid #FFF;
}

* html ul ul li{
border-top: 0;
}

/* Einde IE only hack */