td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3F657E;
}

#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 130px;
cursor:pointer;
}

#nav ul {
position: absolute;
width: 130px;
left: -2000px;
}

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

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: -1;
}

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

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

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

ul li{
background-color: #CCCCAA;
/* border-left: 3px solid #000000; */
}

ul ul li{
background-color: #CCCCAA;
/* border-top: 3px solid #000000; */
border-left: 0;
}

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

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