.menubnw{
	border:none;
	border:0px;
	padding:0px;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	width: 955px;
	margin: 0px;
	}
.menubnw ul{
	height:31px;
	list-style:none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	margin-left: 10%;
	}
	.menubnw li{
		float:left;
		padding:0px;
		}
	.menubnw li a{
	background:url("images/seperator.png") bottom right no-repeat;
	color:#76702c;
	display:block;
	font-weight:normal;
	line-height:25px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
		}
		.menubnw li a:hover, .menubnw ul li:hover a{
	background: url("images/hover.png") top center no-repeat;
	color:#000;
	text-decoration:none;
			}
	.menubnw li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:250px;
	z-index:200;		/*top:1em;
		/*left:0;*/
	background-color: #a8a046;
		}
	.menubnw li:hover ul{
		display:block;
		
		}
	.menubnw li li {
	background:url('images/sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:250px;
		}
	.menubnw li:hover li a{
		background:none;
		
		}
	.menubnw li ul a{
	display:block;
	height:25px;
	font-size:11px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
		}
		.menubnw li ul a:hover, .menubnw li ul li:hover a{
	background:#76702c url('images/hover_sub.png') center left no-repeat;
	border:0px;
	color:#000;
	text-decoration:none;
			}
	.menubnw p{
		clear:left;
		}	

		
