@charset "UTF-8";
/* CSS Document */


#nav, #nav ul {
	padding: 8px 0 0 40px;
	margin: 0;
	list-style: none;
	text-align:center;
	width:920px;
}

#nav li {
	float: left;
}

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

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

#nav a {
	display: block;
	margin: 2px 20px 3px 20px;
	text-decoration: none;
	font-family: Arial;
	font-size: 1em;
}

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

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: #009241;
	border-left: 2px solid #FFF;
}
.first{
	background-color: #009241;
	border-left: 2px solid #009241;
}

ul ul li{
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	border-top: 1px solid #FFF;
	border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
}

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