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

#nav
{
padding-left:81px;
}

#nav li {
float: left;
background-image:url('/images/menu.jpg');
background-repeat:repeat-x;
height:36px;
text-align:center;
}

#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:11px;
vertical-align:middle;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left:11px;
padding-right:12px;
font-size: 12px;
cursor: pointer;
font-weight:normal;
text-transform:capitalize;
margin:0;
}

ul a:hover {
background-image:url('/images/menu_hover.jpg');
background-repeat:repeat-x;
}

ul a{
color: #fff;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #fff;
cursor: pointer;
text-align:left;
}

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

ul li{
border-left: 1px solid #000;
margin: 0 auto;
height:36px;

}

ul ul li{
border-top: 2px solid #EAE8E8;
border-left: 0;
width:170px;
background-color: #A5001E;

}

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

}

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