#nav {
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold;
font-size: 10px;
color: #ffffff;
padding: 90px 10px 0px 0px;
margin: 0;
list-style: none;
float:right;
}

#nav ul {
padding: 10px 0px 0px 0px;
margin: 0;
list-style: none;	
position: absolute;
left: -1000px;
float:right;
}

#nav li {
float: left;
display: inline-block;
cursor: pointer;
}

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

#nav a {
display: block;
margin-left: 5px;
margin-right: 10px;
padding: 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

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

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

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

ul li{
background-color: transparent;
border-left: 1px solid #919191;
}

ul ul li{
background-color: #000;
border-left: 1px solid #919191;
}

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

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