#nav, #nav ul {
padding: 1px 0 0 0;
margin: 0;
list-style: none;
	z-index: 99;
}

#nav li {
float: left;
width: 125px;
	z-index: 99;
}

#nav ul {
position: absolute;
width: 125px;
left: -1000px;
	z-index: 99;
}

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

#nav a {
display: block;
margin: 2px 2px 2px 2px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
	z-index: 99;
}

ul a {
//font-weight: bold;
color: #fff;
cursor: default;
	z-index: 99;
}

ul ul a:link, ul ul a:visited {
font-weight: normal;
color: #fff;
cursor: pointer;
	z-index: 99;
}

ul ul a:hover, ul ul a:active {
font-weight: normal;
color: #fff;
cursor: pointer;
	z-index: 99;
}

ul li {
border-left: 1px solid #FFF;
	z-index: 99;
}

ul ul li {
background-color: #09f;
border-top: 1px solid #FFF;
border-left: 0;
	z-index: 99;
}
ul ul li:hover {
background-color: #900;
border-top: 1px solid #FFF;
border-left: 0;
z-index: 99; 
}

/* IE only hack \*/
* html ul li, * html ul ul li {
border-bottom: 1px solid #FFF;
	z-index: 99;
}

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