@charset "UTF-8";
#nav {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	border-bottom-color: #777777;
	clear: both;
}
#navbar {
	width: 690px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 40px;
	padding-left: 0px;
	position: absolute;
	top: 140px;
	z-index: 1;
	background-image: url(../images/navbar-bg-rev.png);
	background-repeat: no-repeat;
}
#navbar li {
	float: left;
	list-style-type: none;
	width: auto;
}
#navbar li a {
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
}
#navbar li ul li a {
	font-size: 70%;
	padding-top: 10px;
	color: #777;
}
#navbar li ul li {
	padding: 2px;
	width: auto;
}
#nav-guide {
	height: 14px;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #111;
}
/*This one moves the sub-nav up or down relative to the main nav*/
#navbar li.navsub:hover ul {
	display: block;
	left: 0px;
	width: auto;
	position: absolute;
	top: -30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
#navbar li.navsubnews ul {
	display: block;
	left: 335px;
	width: auto;
	position: absolute;
	top: -30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
.navsub #navsubdrop {
	height: 30px;
	width: 600px;
	visibility: visible;
	display: none;
}
.navsub #navsubshow {
	height: 30px;
	width: auto;
	position: absolute;
	top: -30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}
#navbar .nohover {
	color: #0099FF;
	cursor: default;
}
#navbar .nohover-cursor {
	color: #0099FF;
}
.navsub a:hover {
	color: #0099FF;
}
#navsubdrop  a:hover  {
	color: #0099FF;
}
#navsubshow li a {
	cursor: default;
}
.navsub a {
	color: #BBB;
	font-weight: lighter;
}
#nav-arrow-0 {
	margin-left: 35px;
	position: relative;
	z-index: 500;
}
#nav-arrow-1 {
	margin-left: 132px;
}
#nav-arrow-2 {
	margin-left: 235px;
}
#nav-arrow-3 {
	margin-left: 250px;
}
