#navcontainer {
	position: absolute;
	right:10px;
	top:5px;
	float:right;
}


#nav, #nav ul {
padding: 0px 0px 0px 0px;
margin: 0;
list-style: none;
}

/* Hoofditem */
#nav li {
float: right;
width: 120px;
}

/* Subitem */
#nav ul {
position: absolute;
width: 120px;
left: -10000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-size:11pt;
}

/* Hoofd item of submenu item link eigenschappen*/
ul a{
cursor: default;
color:#CCCCCC;
}

/* De link zelf of de link bezocht is van de submenu items binnen een tak */
ul ul a:link, ul ul a:visited{
font-weight: normal;
color:#CCCCCC;
cursor: pointer;
}

/* Als je zweeft boven de link of link actief is van de submenu items binnen een tak */
ul ul a:hover, ul ul a:active{
font-weight: bold;
color:#FFED00;
cursor: pointer;
}

/* Hoofd item of submenu item */
ul li{
background-color:#000000;
border-left: 1px solid #999999;
}

/* submenu item */
ul ul li{
background-color:#000000;
border-top: 1px solid #999999;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 0px solid #999999;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 
