ul#css3menu1{
	list-style: none;
	background-image: url(imgs/50pct.png);
	float: left;
	width: 1075px;
}


ul#css3menu1 ul{
	display: none;
	position: absolute;
	left: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3B2315;
	border-bottom-color: #3B2315;
	border-left-color: #3B2315;
	padding: 0;
	margin-top: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: transparent;
	box-shadow: 1px 3px 13px #3B2315;
	-moz-box-shadow: 1px 3px 13px #3B2315;
	webkit-box-shadow: 1px 3px 13px #3B2315;
}
ul#css3menu1 li:hover>*{
	display:block; }
ul#css3menu1 li{
	position: relative;
	display: block;
	white-space: nowrap;
	font-size: 0;
	float: left;
}
ul#css3menu1 li:hover{
	z-index:1; }
ul#css3menu1{
	font-size: 0;
	z-index: 999;
	position: relative;
	display: inline-block;
	zoom: 1;
	top: 4px;
	*display:inline;
	padding-top: 1px;
}
* html ul#css3menu1 li a{
	display:inline-block;}
ul#css3menu1>li{
	margin: 0 0 0 0;
}
ul#css3menu1 ul>li{
	margin: 10px 0 0;
	background-image: url(imgs/10pct.png);
}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{
	display: block;
	vertical-align: middle;
	text-align: left;
	color: #330000;
	cursor: default;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	}
ul#css3menu1 ul li{
	float:none;margin:0;}
ul#css3menu1 ul a{
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	width: auto;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 8px;
	
}

ul#css3menu1 li:hover>a, ul#css3menu1 li a.pressed{
	color: #330000;
	font-weight: bold;
	background-image: url(imgs/over.png);
	background-repeat: repeat-x;
}


ul#css3menu1 span{
	display: block;
	overflow: visible;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 0;
	
	
}


ul#css3menu1 li:hover>a>span{
	
}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{
	color: #330000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
ul#css3menu1>li>a{
	padding:3px 10px; }
ul#css3menu1 li.topmenu>a{
	border-width: 0 0 3px 0;
	border-style: none;
	padding: 6px 6px;
	padding-right: 15px;
	padding-left: 8px;
}
ul#css3menu1 li.topmenu:hover>a,ul#css3menu1 li.topmenu a.pressed{
	border-style:none; 
	}
ul#css3menu1 li.toproot>a{
	border-width: 0 0 3px 0;
	border-style: none;
	border-color: #D8C58B;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 8px;
}
ul#css3menu1 li.toproot:hover>a,ul#css3menu1 li.toproot a.pressed{
	border: 0px solid #CAB377;
}
