#nav {
	list-style: none;
	line-height: 1;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	font-weight: bold;
	border-width: 1px 0;
	
	z-index: 100;

	margin-right: 20px;
	
	margin: 0 0 10px 0;

}

#nav ul {
	list-style: none;
	line-height: 1;

	font-size: 12px;
	padding: 0;
	border-width: 1px 0;

	margin: 0 0 10px 0;

	z-index: 100;	
}

.opac {
    filter:alpha(opacity=42);   /* Internet Explorer       */
    -moz-opacity:0.42;           /* Mozilla 1.6 and below   */
    opacity: 0.42;               /* newer Mozilla and CSS-3 */ 
}

#nav ul sec {
   color: red;
}

#nav li a {
	display: block;
	color: #005c3c;	
	text-decoration: none;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 100;

}

#nav a.daddy {
	background: url(/templates/700/arrow.gif) center right no-repeat;
	
}

#nav li {
	float: left;
	padding-top: 0px;
	margin-right: 20px;
	z-index: 100;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;

	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 0.25em;
	margin: 0;
	width: 140px;

}

#nav li li {

	border-bottom: 1px white solid;
	width: 140px;
	margin: 0;
	z-index: 100;

}

#nav li ul a {


}

#nav li ul ul {
	margin: -1.7em 0 0 140px;
 /* 3rd level */
	
}

#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 {
	padding-top: 5px;
	

}
#nav li:hover, #nav li.sfhover {
	background: #c55002;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#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;
}
#nav li:hover, #nav li.sfhover {
	background: #ccc;
}
