

/* Overall width of menu and height of top level */
#nav, #nav ul {
      z-index: 99;	
	float: left;
	width: 760px;	
	list-style: none;
	line-height: 1;
      background: url(../images/gradient1.jpg);
font-family: Trebuchet MS;
font-size: 10px;
font-weight: normal;
	padding: 0;
	border: solid #800000;
	border-width: 1px 0;
	margin: 0 0 0 0;
}


#nav ul li {
	float: left;
	list-style: none;
	font-weight: normal;
}

/* Height of item blocks (9px) and width of text in block */
#nav a {
	display: block;
	width: 60px;
	w\idth: 60px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding: 9px;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

/* width of items in main menu */
#nav li {
	float: left;
	padding: 0;
	width: auto;
}

/* width of items in Level 2 */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 60px;
	w\idth: 60px;
	font-weight: normal;
	border-width: 0em;
	margin: 0 0 0 0px;
}

/* width of fill in Level 2 */
#nav li li {
	padding-right: 0em;
	width: 152px;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

/* position of submenu items */
#nav li ul ul {
	margin: -1.75em 0 0 60px;
}







#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, #nav li.sfhover {
      background: url(../images/gradient.jpg);
      background-repeat: repeat-x;

}

#content {
	clear: left;
}

#content a {
	color: #800000;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #00ff00;
	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;
}

