#nav, #nav ul {
padding: 0px;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 159px;
}

#nav ul {
position: absolute;
width: 171px;
left: -1100px;
border-bottom:1px solid #fbbfbf;
}

#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:"Segoe UI", Arial, Verdana;
font-size: 11px;
}

ul a{
font-weight: bold;
color: #666666;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #666666;

cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #ff161b;
cursor: pointer;
}

ul li{
background-color: #ffe5e5;

}

ul ul li{
background-color: #ffe5e5;
padding:5px;
border-left:1px solid #fbbfbf;
border-top:1px solid #fbbfbf;
border-right:1px solid #fbbfbf;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 
