#nav, #nav ul {
list-style: none;
z-index:1;
}

#nav li {
float: left;
}

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

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

#nav a {
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: pointer;
}

ul a{
font-weight: bold;
cursor: default;
}

ul ul a:link, ul ul a:visited{
color: #CCC;
}

ul ul a:hover, ul ul a:active{
color: #FFF;
cursor: pointer;
}

ul ul li{
background-color: #666;
border-top: 1px solid #FFF;
border-left: 0;
}

/* IE only hack */
* html ul li, * html ul ul li{
border-bottom: 2px solid #FFF;
}

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

