@charset "utf-8";
/* Menu Styles */


.nav {
	width: 840px;
	clear:both;
	padding: 0 30px;
	margin: 0;
	height: 65px;
	position: relative;
	z-index: 200;
	background: #ddd3ca url(../images/texture.gif) repeat top left;
}

.nav ul {
	width: 840px;
	list-style: none;
	margin:0;
	padding: 0;
	color: #35588c;
	font-size: 18px;
	line-height: 65px;
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
}

.nav li {
	float:left;
	display:inline;
	text-align: center;
	position:relative;
	margin: 0;
	padding:0 25px;
	background: transparent url(../images/nav-divider.gif) no-repeat right center;
}

.nav li.active { 	background: #585552; }

.nav li.last {
	padding-right: 0;
	background-image: none;
}

.nav li.first { padding-left: 0; }

.nav li a {
	color: #35588c;
	text-decoration: none;
}

.nav li a:hover {
	background: #849cbe;
	color: #e8e0d9;
}

.nav li.active a:hover {
	color: #35588c;
}
