@charset "utf-8";
#nav-container {
	position: relative;
	left: 239px;
	top: 49px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	height: 30px;
}
#nav {
	float: left;
	list-style: none;
	padding: 0;
	border: 0px solid #FFF;
	margin: 0;
	height: 30px;
}
/* CSS Document */

#nav ul   {
	float: left;
	list-style: none;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 0px;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 0.25em;
	padding-right: 0.7em;
	padding-bottom: 0.25em;
	padding-left: 0.7em;
	margin: 0px;
}

#nav a.daddy {
	background: url(../newsite/CSS/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	background-color: #57A36D;
	text-align: center;
	margin: 0px;
}


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	width: 12em;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#nav li li {
	float: left;
	padding: 0;
	background-color: #57A36D;
	text-align: left;
	width: 100%;
}
#nav li li li {
	float: left;
	padding: 0;
	background-color: #12783F;
	text-align: left;
	width: 100%;
}



#nav li ul a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#nav li ul ul {
	margin-top: -1.75em;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 12em;
	z-index: 100;
	background-color: #12783F;
}


#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;
	background-color: #060;
}

#nav li:hover, #nav li.sfhover {
	background-color: #A5D06D;
}

#scaffolding {
	height: 70px;
	background: white url(/images/header_bg.gif) no-repeat;
	margin: 1em 0 0 1em;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: url(/images/hdlogo_flip2.gif) no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}

.line {
	margin-top: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
