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

#nav li {
float: left;
width: 108px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
}

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

ul a{
font-weight: bold;
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: #FFF;
cursor: pointer;
}

ul li{
background-color: #990000;
border-left: 1px solid #FFF;
}

ul ul li{
background-color: #990000;
border-top: 1px solid #FFF;
border-left: 0;
}

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

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

body {
	font-family: Verdana;
	font-style : normal ;
	font-size : 10pt;
	font-weight: bolder;
}

.boldtext {
	font-family: Verdana;
	font-size : 10pt;
	font-weight: bolder;
	text-align : center;
}