.nav {
	list-style: none;
	padding: 0px;
	margin: 10px;
}	
.nav ul { 
	padding:0px;
	margin:0px;
	list-style: none;
	width:150px;
	z-index:99;
	overflow:visible;
	position:absolute;
	background-color: #E4D7B5; 
}	
.nav li{ 
	position: relative; 
	width: 150px;
	border-bottom:none;
	display:block;
	height:auto; /*auto */
	margin:0px;
}	
.nav a.toplevel{
	text-decoration:none; 
	display:block;
	padding: 0px 5px 0px 5px;  
	margin:0px 0px 1px 0px; /*helps Opera with hover */
	background-color:transparent;
	width:140px; /*helps IE with hover */
	font-size:12px;
	line-height:23px;
	color: #FFFFFF;
	background: url(../img/site/menu_background.gif) repeat-y center;
	text-align: center;
	font-weight: bold;
}
.nav a.toplevel2{
	text-decoration:none; 
	display:block;
	padding: 0px 5px 0px 5px;  
	margin:0px 0px 1px 0px; /*helps Opera with hover */
	/*background-color:#252525;*/
	background-color:transparent;
	width:140px; /*helps IE with hover */
	font-size:12px;
	line-height:23px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.nav a.toplevel:hover{
	text-decoration:none; 
	display:block;
	margin:0px 0px 1px 0px; /*helps Opera with hover */
}
.nav a.sublevel{
	text-decoration:none; 
	display:block;
	padding: 3px 5px 3px 5px;  
	margin:0px; /*helps Opera with hover */
	background-color:transparent;
	width:140px; /*helps IE with hover */
	font-size:12px;
	line-height:16px;
	background: url(../img/site/sub_menu_background.gif) repeat-y center;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #B8B8FE;
}
.nav a.sublevel:hover{
	text-decoration:none; 
	display:block;
	margin:0px; /*helps Opera with hover */
	background-color:#C08C1E;
}









