#navcontainer {
	width: 100%
	text-align: center;
	padding-left: 175px;
	padding-top: 2px;
	min-height: 300px; /* IE6 bug: bij height vervalt de site zelf (non-transparant) */
}

/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	margin-left: 10px;
	margin-right: 10px;
	cursor:pointer;

	/* IE 6 Fix below (needs width):
	margin:0;
	width:120px;
	cursor:pointer; */
}

#navcontainer .dropdown .menu-item{
	padding: 2px;
	width: 160px;
	background-color: #403e3f;
}

#navcontainer .dropdown .menu-item li a:hover{
	text-decoration:underline;
	color: #FFFFFF;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration: none;
	width:100%;
	color: #FFFFFF;
}

.dropdown a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background-image: url('../img/menu_dropdown_expand_down.gif');
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left:10px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background: url('../img/menu_dropdown_expand_right.gif') center right no-repeat;
	padding-right:20px;
	width:105px;
}