#nav, #nav ul {
	padding: 0px 0 0 0;
	margin: 0;
	list-style: none;
}

#nav li {
float: left;
width: 120px;
}

#nav ul {
	position: absolute;
	width: 120px;
	left: -1000px;
}

#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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #311367;
	text-decoration: none;
}

ul a{
	font-weight: normal;
	color: #FFFFFF;
	cursor: default;
}

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: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

ul li{
	background-color: #CCC;
	border-left: 3px;
}

ul ul li{
	background-color: #999999;
	border-top: 5px solid #999999;
	border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
	border-bottom: 5px solid;
}

* html ul ul li{
	border-top: 5px;
}
/* Einde IE only hack */ 
