#nav, #nav ul {
padding: 0px;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 67px;
}

#nav ul {
position: absolute;
width: 79px;
left: -1100px;
border-bottom:1px solid #aaaaaa;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;

}

#nav a{
	text-decoration:none;
	cursor:pointer;
	color:#555555;
	display:block;
	padding:0px;
	font-size:10px;
	margin:0px;
}
#nav:hover{
	background-color:#EFEFEF;
	border:1px solid #aaaaaa;
	height:20px;
	line-height:20px;
	display:block;
	text-decoration:none;
	cursor:pointer;
	color:#555555;
	font-size:10px;
}

ul a{
color: #555555;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #555555;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #000;
cursor: pointer;
text-decoration:underline;
}

ul li{


}

ul ul li{
background-color: #efefef;
padding:5px;
border-left:1px solid #aaaaaa;
border-right:1px solid #aaaaaa;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 
