#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1.2em;
	background-color: transparent;
	padding: 0;
	margin-top: -5px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/* -------------------------- */
/* Here are the top secondary navigation links */
#nav a, #nav span {
	display: block;
	padding: 5px 10px;
	margin:0 69px 0 0;
	color:#434343;
	font-size:15px;
	text-decoration: none;
	font-weight:300;
}
#nav a.last {
	margin:0;
}
#nav a.home, #nav a.one, #nav a.two, #nav span.three, #nav a.four, #nav a.five, #nav a.six, #nav a.seven {
	text-align: left;
	font-size: 14px;
	/*margin:0 35px 0 0;*/
	/*padding:5px 10px;*/
}

#nav span.three {cursor:default}

#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 220px; 
	font-weight: normal;
	font-size:12px;
	line-height:1.2em;
	background: #D1EFC2 url(../images/dropdowngrad.jpg) left top no-repeat;
	_background: #D1EFC2; /* IE 6 and below */
	margin: 0;
	z-index:999999999;
}
#nav li li {
	padding: 0;
	width: 200px; 
}
#nav li ul a {
	padding: 10px 0;
	width: 200px;
	* html width: 200px;
}
#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.home,
#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,
#nav li:hover a.four, #nav li.sfhover1 a.four,
#nav li:hover a.five, #nav li.sfhover1 a.five,
#nav li:hover a.six, #nav li.sfhover1 a.six,
#nav li:hover a.seven, #nav li.sfhover1 a.seven {
	color: #fff;
	background-color: #0068b3;
	/*margin:0 35px 0 0;*/
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #434343;
	font-size:12px;
	line-height:16px;
	padding:6px 10px;
}
#nav li ul.under a:hover {
	background-color: #7FBF5F;
	color: #fff;
}
/* -------------------------- */
#content {
	clear: left;
}
/* -------------------------- */