div#menu {
	width:905px;	
	height:30px;
	background:#FFF;
	position:relative;
	z-index:5000;
}

li.top_level {
	list-style: none; 
	margin:0px; 
	padding:0; 
	float: left; 
	position: relative; 
	

}	

li.top_level a {
	display: block;
	width:130px;/*140px;*/
	height:23px;/*30px;*/ 
	padding:7px 5px 0px 5px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	line-height:normal;
	text-transform:uppercase;
	text-decoration:none;
	margin:0px 1px 0px 0px;
	background-color:#877368;
	color:#fff;

	

}

li.top_level a:hover {
	display: block;
	width:130px;/*140px;*/
	height:23px;/*30px;*/ 
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	background-color:#93101d;
	color:#fff;
	margin:0px 1px 0px 0px;
	text-transform:uppercase;
	text-decoration:none;
}

li.sub1, li.sub2 {
	display: block; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	float: left; 
	position: relative; 
	z-index:1000;

}

li.sub1 a, li.sub2 a { 
	width:190px;
	height:15px;
	padding:5px 0px 5px 10px;
	background-color:#333333;
	text-align:left;
	border-bottom:1px solid #3b3b3b;
	font-weight:normal;
	background-image:none;
	background-repeat:no-repeat;
	background-position:0 -92px;
	color:#fff;
	font-size:11px;
	position:relative;
	z-index:1001;

}

li.sub1 a:hover, li.sub1 a:hover { 
	width:190px;
	height:15px;
	background-color:#2d2d2d;
	font-weight:normal;
	background-image:none;
	background-repeat:no-repeat;
	background-position:0 -92px;
	color:#fff;
	font-size:11px;
		z-index:1002;
		

}


	
/* Essentials - configure this */
#nav ul { width:270px;  }
#nav ul ul { left:270px; }
#nav ul { display:none; position:absolute; left:0; margin:0px 0px 0px 0px; padding:0; }
#nav ul ul { top:0; }
