 #nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
z-index:999;
}

#nav li {
float: left;

height:30px;
text-align:left;
padding-left:7px;
padding-right:8px;
margin:0 auto;
}

#nav ul {
position: absolute;
width: 170px;

left: -1000px;
}

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

#nav a {
display: block;
padding:4px;
vertical-align:middle;

text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
cursor: pointer;
}

ul a{
font-weight:600;
color: #47290F;
cursor: default;
}

ul a:hover{
font-weight:600;
color: #999999;
cursor: default;
}

ul ul a:link, ul ul a:visited{
color: #47290F;
cursor: pointer;
text-align:left;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #999999;
cursor: pointer;
text-align:left;
}

ul li{
border-left: 2px solid #47290F;
margin: 0 auto;
height:30px;

}

ul ul li{
border-top: 2px solid #47290F;
border-left: 0;
width:170px;
background-color: #000;

}

/* IE only hack \*/
* html ul li, * html ul ul li{

}

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