/* CSS Document */
@font-face {
    font-family: 'GillSansMTRegular';
    src: url('../fonts/gill_sans_mt-webfont.eot');
    src: url('../fonts/gill_sans_mt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gill_sans_mt-webfont.woff') format('woff'),
         url('../fonts/gill_sans_mt-webfont.ttf') format('truetype'),
         url('../fonts/gill_sans_mt-webfont.svg#GillSansMTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#nav {
	float: right;
	list-style:none;
	z-index: 99;
	position:relative;
	margin-bottom: 0;
	width: 972px;
	background: none repeat scroll 0 0 #000000;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style:none;
	z-index: 500;
}
#nav a {
	
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
	padding: 0;
}
#nav ul ul {
	top: -1px;
}
/* Essentials - configure this */

#nav ul {
	width: 172px;
}
#nav ul ul {
	left: 172px;
	border-left: 1px solid transparent;
}
#nav *:hover {
	background-color: none;
}
#nav a {
	color: #eae2cd;
	padding: 0px;
	text-decoration:none;
}
#nav ul li.hover a {
	background-color: #000000;
}
#nav ul {
	top: 30px;
	border-top: 1px solid #3c3c3c;
}
#nav ul li a {
	background-color: #000000;
	border:none;
	text-transform: none;
	font-size: 12px;
}
#nav ul li a.hover {
	background-color: #3c3c3c;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#nav ul li a {
	border-bottom: 1px solid #3c3c3c;
	border-right: none;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
#nav li ul li a {
	line-height: 18px;
	padding: 3px 12px;
}
#nav li ul li a:hover {
	line-height: 18px;
	padding: 3px 12px;
	background-color: #3c3c3c;
}
#nav li a {
    background: none repeat scroll 0 0 #000000;
    border-right: 1px solid #483D24;
    display: block;
    font-family: GillSansMTRegular,Helvetica,Arial;
    font-size: 11px;
    padding: 6px 8px;
    text-transform: uppercase;
}
#nav li a:hover {
	color: #FFFFFF;
}
#nav li a.selected {
	opacity: 1.0;
	filter: alpha(opacity=100);
	background-image: url(../images/arrow_golden.gif);
	background-position: 160px center;
	background-repeat: no-repeat;
}
#nav li ul li a.selected {
	opacity: 1.0;
	filter: alpha(opacity=100);
}