#topmenulist {
	visibility: hidden;
}

#topmenu {
	position: absolute;
	top: 40px; 
	right: 85px;
	z-index: 5;
}

.menuitem {
	display: block;
	float: left;
	cursor: pointer;
	font-weight: bold;
	/* 66px height */
	height: 41px;
	padding-top: 25px;
	padding-bottom: 2px;
	width: 67px;
	color: white;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	margin-left: 18px;
}

.menuitem:hover, .isactive {
	background: url(../images/topmenu/bgNavTopEn.gif) no-repeat;
	color: white;
}

.lastmenuitem {
}

/* Dynamic menus */

.menubox {
	border-top: none;
	position: absolute;
	z-index: 8;
	width: 150px;
}

.menubox a {
	display: block;
	min-height: 3px;
	padding: 6px 10px;
	cursor: pointer;
	color: white;
	font-weight: normal;
	font-size: 10px;
	/* TO REMOVE FOR NEW MENUS */
	/* border-top: 1px solid #333; */
	text-transform: uppercase;
	zoom: 1;
}

.menubox a, .menubox .filler {
	background-color: black;
	filter: alpha(opacity=85);
	opacity: 0.85;
	border-left: 1px solid #333;
}

.menubox a.arrow {
	/*background: url(../images/layouts/layout/MenuArrow.gif) no-repeat 98% 50%;*/	
}

.menubox a:hover {
	background-color: #bd2512;
	color: white;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
}