@charset "utf-8";
/* Menu Styles */


.nav {
	width: 920px;
	background: #7d0808 url(../images/nav-bg.jpg) repeat-x left top;
	clear:both;
	padding: 0 20px;
	margin: 0;
	height: 50px;
	position: relative;
	z-index: 400;
}

.nav ul {
	width: 920px;
	list-style: none;
	margin:0;
	padding: 0;
	color: #fff;
	font: bold 14px/50px Palatino,"Palatino Linotype",Georgia,Times,"Times New Roman",serif;;
}

.nav li {
	float:left;
	display:block;
	text-align: center;
	position:relative;
	margin: 0 8px 0 0;
	height: 50px;
}

.nav li.active { 	background: #364b67 url(../images/nav-bg-over.jpg) repeat-x left top; }

.nav li.last {
	margin-right: 0px;
}

.nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 50px;
	padding:0 5px;
}

.nav li a:hover {
	background: #364b67 url(../images/nav-bg-over.jpg) repeat-x left top;
}

.nav li.active a:hover {
	background: #7d0808 url(../images/nav-bg.jpg) repeat-x left top;
}

