/* CSS Document */
.nav {
}
#nav, #nav ul {
	float: left;
	width: auto;
	list-style: none;
	line-height: 10px;
	font-weight: normal;
	padding: 0px;
	border: solid #eda;
	border-width: 0px 0;
	border-color:#000000;
	margin: 0 0 0em 0;
	font-family:Arial, Helvetica, sans-serif;
}

#nav a { /* controls top level text*/
	display: block;
	width:auto;
	w\idth: auto;
	padding: 12px 15px 12px 15px;
	font-weight:bold;
	font-size:85%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

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

#nav li {
	float: left;
	width: auto;
	height:34px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.9em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 1px;
	border-color:#000000; /* outside border of submenu */
}

#nav li li {
	padding-right: 1em;
	width:146px; /* sub level box */
	height:34px;
	border-bottom:#FFFFFF solid thin;

}

#nav li ul a { /* sub level text */
	width:160px;
	w\idth:160px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-align:left;
	padding: 14px 0px 12px 10px;
	font-weight:normal;
}
#nav li ul a:hover{ /* sub level text */
	color: #fff;
}

#nav li ul ul { /* position of third-and-above-level lists */
	margin: -2.1em 0 0 14.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; /*controls postion of third level popup box*/
}

#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: #CCCCCC; /*sub menu color without mouseover*/
	width: 160px;
	text-align:left;
	margin:0px 0 0 0px;
}

#nav li:hover, #nav li.sfhover {
	background-image:url(../images/bg-nav-over.jpg); 
	/*mouse over sub menu background color*/
}

#content {
	clear: left;
	border-bottom-style: solid;
}

#content a {
	color: #000;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#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;
}