/*** Navigation ***/
.nav {
	background: url(../images/nav.png) repeat-x;
	height: 48px;
}

.nav ul {
	width: 960px;
	margin: 0 auto;
}

.nav ul li {
	display: inline;
	float: left;
	position: relative;
	z-index: 20;
}

.nav ul li a {
	background: url(../images/nav-sep.png) no-repeat scroll 100% 0;
	color: #fff;
	display: block;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	font-size: 18px;
	padding: 12px 15px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav ul li a.first {
	padding-left: 0;
}

.nav ul li a.last {
	background: none;
}

.nav ul ul {
	display: none;
	left: -27px;
	margin: 0px;
	position: absolute;
	top: 48px;
	width: 254px;
	line-height: normal;
}

.nav ul ul li {
	background: url(../images/nav-sub.png) repeat;
	display: block;
	float: none;
	width: 100%;
}

.nav ul ul li.last {
	background: url(../images/nav-sub-bottom.png) no-repeat center top;
	height: 33px;
}

.nav ul ul li a,
.nav ul ul li a:visited {
	background: url(../images/nav-sub-sep.png) no-repeat center top;
	display: block;
	float: none;
	padding: 10px 10px;
	margin: 0 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.nav ul ul li.first a {
	background: none;
}

.nav ul ul li a:hover {
	color: #EFC31A;
}

