#menubar {
	position:absolute;
	width:631px;
	height: 16px;
	left:-152px;
	top:105px;
	
	background-color:#525B63;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	padding:4px 0px 0px 10px;
	margin-left: 300px;
	voice-family: "\"}\"";/* boxmodel hack. hieronder: ie6. hierboven: ie5. */
	voice-family: inherit;
	height: 16px;
	width:621px;
}
	
#menubar a {
	color:#ffffff;
	background-image: url(../images/menuseperator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	letter-spacing:1px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}
#menubar a:hover {
	color:#bbbbbb;
}

.menu {
	margin-right:1px;
	margin-bottom:1px;
	border-bottom: 1px solid #3A4146;
	border-right: 1px solid #3A4146;
	border-left: 1px solid #3A4146;
	border-top: 1px solid #7A8186;
	background-color:#4E575E;
	white-space: nowrap;
}	
.menu a {
	border-bottom: 1px solid #3A4146;
	border-right: 1px solid #3A4146;
	border-left: 1px solid #3A4146;
	border-top: 1px solid #7A8186;
	color:#ffffff;
	display:block;
	padding:2px 10px;
	text-decoration:none;
	background-color:#4E575E;
}	
.menu a:hover {
	border-bottom: 1px solid #7A8186;
	border-right: 1px solid #7A81866;
	border-left: 1px solid #7A8186;
	border-top: 1px solid #3A4146;
	background-color:#4E575E;
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:visited {
	color:#ffffff;
	text-decoration:none;
}

.sub {
	background-image: url(../images/rightarrowwhite.gif);
	background-repeat: no-repeat;
	background-position: 100%;
}
