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

#nav li {
float: left;
width: 165px;
color:#333;
}

#nav ul {
position: absolute;
width: 165px;
border-bottom:#ccc 1px solid;
left: -1000px;
color:#333;
}

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

#nav a {
display: block;
text-decoration: none;
width:158px;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;
font-family: Arial, Helvetica, sans-serif;
}

ul a{
color: #511D66;
font-size:11px;
font-weight:bold;
line-height:20px;
padding-left:5px;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color:#333;
line-height:16px;
cursor: pointer;
color:#333;}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #fff;
background:none;
background-color:#511D67;
line-height:145%;
cursor: pointer;
width:160px;
}

ul li{
background-image:url(../img/dropdown.gif);
background-repeat:no-repeat;
}

ul ul li{
background:none;
background-color: #fff;
line-height:145%;
color:#333;
}
/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

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