@charset "utf-8";
/* CSS Document */

#Nav{
	width: 850px;
	height: 66px;
	margin: 13px auto 0 auto;
	background: url(/images/bg_nav.png) center top repeat-x;
}
#Nav ul{
	width: 603px;
	margin: 0 auto;
	padding: 0;
}
#Nav ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	height: 60px;
}
#Nav ul li a{
	display: block;
	float: left;
	padding: 23px 35px;
	margin:1px;
	color: #74614b;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1em;
}
#Nav ul li a:hover{
	color: #fff;
}

/*=========================================================================================DROPDOWN MENU */
#dropmenudiv{
	position:absolute;
	z-index:1000;
	padding: 15px 0 0 0;
	text-transform: uppercase;
	background: #020202 url(/images/bg_dropdown.gif) center top no-repeat;
	margin: 2px 0;
}
	#dropmenudiv a{
		display: block;
		text-align: center;
		text-decoration: none;
		color: #74614b;
		padding: 8px 0 8px 0;
		margin: 0;
		font: 11px Georgia, "Times New Roman", Times, serif;
		border-bottom: 1px dotted #110e0d;
	}
	#dropmenudiv a:hover{ /*hover background color*/
		color: #7d9500;
		background: #110e0d;
	}