#nav, #nav ul {
	float: right;
	list-style: none;
	color: #ffffff;
	margin: 0;
	width: 670px;
	height: 40px;
	padding: 0;
}
/* -------------------------- */
/* Here are the top secondary navigation links */
#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 0px;
	width: 165px;
	text-align: center;
	height: 20px;
}

#nav  a.current {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #457494;
}
#nav a.one, #nav a.two, #nav a.three {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
}
#nav li {
	float: left;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	font-weight: normal;
	background-color: #384757;
	margin: 0;
	font-size: 11px;
	z-index: 100000000;
	top: 210px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
#nav li li {
	padding: 0;
	width: 146px;
	font-size: 11px;
	margin: 0px;
}
#nav li ul a {
	width: 126px;
	border-bottom: 1px solid #ccc;







	* html width: 100px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover1 ul ul, #nav li.sfhover1 ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover1 ul, #nav li li.sfhover1 ul, #nav li li li.sfhover1 ul {
	left: auto;
}
/* -------------------------- */
/* The background and color of the main nav link while looking at the dropdown
   (a little different than the method used on the main nav...) */
#nav li:hover a.one, #nav li.sfhover1 a.one,
#nav li:hover a.two, #nav li.sfhover1 a.two,
#nav li:hover a.three, #nav li.sfhover1 a.three {
	color: #CCCCCC;
	background-color: #480000;
}

#nav   /* -------------------------- */
li:hover  /* Here are the top secondary navigation links */
  a span {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	margin-top: 0px;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	background: #fff;
	color: #384757;
	
}
#nav li ul.under a:hover {
	color: #fff;
	background-color: #00457d;
}
