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


	
#nav {
	background:url(images/nav-bg.gif) #0075b2 repeat-x 0 0;
	}
#nav a,
#nav a:link,
#nav a:visited {
	padding-left:16px;
	padding-right:15px;
	width:auto !important;
	height:40px;
	display:block;
	line-height:40px;
	color:#fff;
	font-size:1.35em;
	font-family:'Trajan Pro', Helvetica, Arial, serif;
	font-variant:small-caps;
	text-decoration:none;
	letter-spacing:-0.01em;
	}
* html #nav a,
* html #nav a:link,
* html #nav a:visited {
	padding:0 15px;
	width:auto !important;
	}
	
* html #nav a {
	height:auto !important;
	}
	
#nav a:active,
#nav a:hover {
	background:url(images/nav-hover.gif) #304049 repeat-x 0 0;
	text-decoration:none;
	}
	
	#nav li li a {
		padding:0;
		background:#454545;
		border-bottom:1px solid #2a2a2a;
		width:auto !important;
		text-align:left;
		}
	
	#nav li li a:hover {
		color:#f6f6f6;
		background:#151515;
		border-bottom:1px solid #474747;
		}

#navMenu {
	margin:0 auto;
	width:914px;
	}
	
#nav,
#nav li {
	margin:0;
	padding:0;
	list-style:none;
	}
	#nav,
	#nav ul {
		list-style: none;
		line-height: 1;
		}
	#nav li {
		padding-bottom:0 !important;
		text-align:center;
		vertical-align:middle;
		float:left;
		}
* html #nav li {
	display:inline;
	}
	
	#nav li ul { /* second-level lists */
		padding-left:0;
		border-top:1px solid #2a2a2a;
		position: absolute;
		margin-left:0;
		margin-top:-2px;
		height:auto !important;
		background:#000;
		width:250px;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		z-index:888 !important;
		display:block;
		clear:both;
	}
	
	#nav li ul li {
		margin:0;
		padding:0;
		width:250px;
		z-index:999 !important;
		float:none;
		}
	
	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
