.topMenu td {
	border-right:solid 1px #FFFFFF;
}
.empty {
	position:absolute;
	z-index:50;
}
.menuText, .menuTextActive {
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	position:absolute;
	z-index:40;
	width:116px;
	text-align:center;
	padding-top:9px;
}
.bgMenuItem{
	border-top:2px solid #24507C;
	border-left:2px solid #41678D;
	border-right:2px solid #002850;
	border-bottom:2px solid #002850;
	background-image:url(../images/bg_menubtn.jpg);
	background-repeat:no-repeat;
	width:112px;
	height:32px;
}
.bgMenuItemActive{
	border-top:2px solid #CFC597;
	border-left:2px solid #CFC597;
	border-right:2px solid #7B7249;
	border-bottom:2px solid #7B7249;
	background-image:url(../images/bg_menubtn_f2.jpg);
	background-repeat:no-repeat;
	width:112px;
	height:32px;
	position:absolute;
	z-index:35;
}
.dropdown {
	position:absolute;
	z-index:50;
	visibility: hidden;
	width:186px;
	border:solid #90885C 1px;
	background-color:#FFFFFF;	
	-moz-opacity:.95;
	opacity:.95;
	padding:3px;
}
.dropdown .items a{
	color:#333333;
	display:block;
	text-decoration:none;
	border-bottom:solid 1px #E4DFC1;
	padding: 3px 8px 4px 8px;
	width:170px;
	
}
.dropdown .items a:hover{
	color:#333333;
	background-color:#F0EED7;
	text-decoration:none;	
}
.dropdown .items .hasSub{
	color:#333333;
	text-decoration:none;
	background-image:url(../images/img_pijl_submenu.gif);
	background-position:right 7px;
	background-repeat:no-repeat;
}
.dropdown .items .active{
	color:#333333;
	background-color:#F0EED7;
	text-decoration:none;
	background-image:url(../images/img_pijl_submenu.gif);
	background-position:right 7px;
	background-repeat:no-repeat;
}
