#nav, #nav ul {
padding: 0px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 145px;
}

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

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

#nav a {
display: block;
margin: 0px 0px 0px 0px;
text-decoration: none;
font-family: Arial, Verdana;
font-size: 12;
}

ul a{
font-weight: bold;
color: #000000;
cursor: pointer;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #000000;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: bold;
color: #ff9600;
cursor: pointer;
}

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

ul ul li{
background-color: #e1e1e1;
border-bottom: 1px solid #f2f2f2;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 0px solid #ffcd7d;
}

* html ul ul li{
border-top: 0;
border-bottom: 1px solid #f2f2f2;
}
/* Einde IE only hack */ 