/*	-------------------------------------------------------------
	MAIN NAVIGATION
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#nav, #nav ul {
	background: #565656;
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0 0 0em 0;
	padding: 0;
	width: 39.25em;
}
#nav a {
	color: #E5E5E5;
	display: block;
	font-size: .8em;
	padding-bottom: .55em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .55em;
	text-decoration: none;
}
#nav li li a {
	padding-left: 0em;
}
#nav a.daddy {
	background: url(../images/rightarrow2.gif) center right no-repeat;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li ul {
	border-width: 0.25em;
	font-weight: normal;
	height: auto;
	left: -999em;
	margin: 0;
	position: absolute;
	w\idth: 10em;
	width: 10em;
}
#nav li li {
	padding-right: 1em;
	width: 8.5em;
	padding-left: .5em;
}
#nav li ul a {
	w\idth: 10em;
	width: 10em;
}
#nav li ul ul {
	margin: -1.7em 0 0 9.5em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover {
	color: #FFF;
	text-decoration: underline;
}
#nav li li:hover {
	background: #000;
	text-decoration: none;
}
#content {
	clear: left;
}
#content a {
	color: #7C6240;
}
#content a:hover {
	text-decoration: none;
}
#scaffolding {
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	height: 70px;
	margin: 1em 0 0 0;
}
#scaffolding a {
	background: url(/images/hdlogo_flip2.gif) no-repeat;
	background-position: 181px 0;
	display: block;
	height: 70px;
	text-decoration: none;
	text-indent: -999em;
}
#scaffolding a:hover {
	background-position: 181px -70px;
}
#nav li.active {
	background-image: url(../images/active1.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#nav li.active a {
	background-image: url(../images/active2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #565656;
}
#nav li.active:hover {
}
#nav li.active ul li, #nav li.active ul li ul li, #nav li.active ul li a, #nav li.active ul li ul li a {
	color: #E5E5E5;
	background-image: none;
}
ul.clients li{
	background-color: #cc0000;
}
ul.candidates li{
	background-color: #3399cc;
}