@charset "UTF-8";
#menu { 
	position: relative;
	width: 545px;
	height: 30px;
	float: left;	
	clear: left;
	background-color: #172436;
	z-index: 1000;
}

/* CSS Document */
#nav {
	font-size: 9px;
}

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

}

#nav li {
float: left;
width: 65px;
height: 30px;
}

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

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

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

ul a{
font-weight: bold;
color: white;
width: 65px;
height: 30px;
cursor: pointer;
background-color: #172436;
}

ul a:hover {
	background-color: #f5911f;
}

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

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

ul li{
border-left: 0px solid #FFF;
}

ul ul li{
border-top: 0px dotted #3f516d;
border-left: 0;
}

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

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