#topLayerMenuu{
	top: 0px;
	margin-left: -70px;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000000;
	z-index: 10;
	
	opacity: 0.55;
	filter: alpha(opacity=55);
}

#martis .whiteMenu .menu{
	background-color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

#martis .whiteMenu .menu .item {
	color: #a8a8a8;
	background-color: #ffffff
}

#martis .whiteMenu .menu .selected{
	color: #db0000;
	background-color: #ffffff;
}

#martis .whiteLogo{
	background: url(../img/martis2.png) no-repeat;
	behavior: url('css/iepngfix.htc');
	background-position: center center;
	}

.hideMenu{
	position: absolute;
	z-index: 11;
	width: 565px;
	background-color: #dbdbdb;
	border-top: 1px solid #000000;
	top: 44px;
	left: 0px;
	overflow: hide;
	
	height: 110px;
	padding: 20px;
}

.hideMenu .hideMenuItem:hover{
	color: #db0000;
	background: url(../img/arrows3.gif) no-repeat;
	background-position: 0px 10px;
}
	
.hideMenu .hideMenuItem{

	width: 147px;

	font: 11px Arial;
	color: #000000;
		
	background: url(../img/arrows.gif) no-repeat;
	background-position: 0px 10px;
	
	padding: 5px 0px 3px 12px;
	margin-left: 20px;
	
	border-bottom: 1px solid #cfcfcf;
}