.menu{
	font-size:15px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	background-color: #614c17;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
	color:#FF9;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
	background-color: #614c17;
		}
		.menu li a:hover, .menu ul li:hover a {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #8a6404;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
			}
.current {
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
	.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	background-color: #241A00;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
	background-image: url(../images/sub_sep.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #8a6404;
	background-image: url(../images/hover_sub.png);
	background-repeat: no-repeat;
	background-position: left center;
			}
	.menu p{
		clear:left;
		}

