#menuLayer{
	background: #7C3636;
	height: 25px;
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;
	line-height: 2;
	position: relative;
	z-index: 1000;
}
#menuLayer a{
	color: #FFF;
	text-decoration: none;
	padding: 0 25px;
	float: left;
	height: 25px;
	text-align: center;
	display: block;
	vertical-align: 50%;
	/*min-width: 100px !important; because padding 0 25*/
	z-index: 1000;
}
#menuLayer a:hover{
	background: #5E2121;	
}
#menuLayer ul{
	display: block;
	float: left;
	white-space: nowrap;
	margin: 0;  
	padding: 0; 
	text-align: center;	
}
#menuLayer ul li ul{ 
	text-align: center; 
	clear: both; 
}

#menuLayer ul li,
#menuLayer ul li ul li{
	float: left;
	list-style-type: none;
	position: relative;  
	background: #7C3636;
	z-index: 1000;
}
#menuLayer ul li .active,
#menuLayer ul li ul li .active{
	background-color:	#5E2121;
}
#menuLayer ul li ul li a{
	font-size: 8pt;
	height: 20px;
	font-weight: normal;
	text-align: left;
	width: 150px;
	border-top: 1px solid #FFF;
	padding: 0 10px;
}

#menuLayer ul li ul,
#menuLayer ul:hover li ul li ul{
	display: none;
	z-index: 1000;
}
/*#menuLayer  > ul li:hover > ul{*/
#menuLayer ul li:hover ul{
	display: block;
	float: left;	
	position: absolute;	
	text-align: center;
	top: 2.3em;
	z-index: 1000;
}
