#nav, #nav ul {
padding: 0px;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 90px;
}

#nav ul {
position: absolute;
width: 80px;
left: -1100px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 0px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

ul a{
font-weight: bold;
color: #333;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #95afcf;

cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #4f81bd;
cursor: pointer;
}

ul li{
background-color: #CCC;

}

ul ul li{
background-color: #eaeaea;
border-left: 0;
padding:5px;
border-top:1px solid #c4def1;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 