a
{
    color: #0000a0;
    text-decoration: none;
}

a:hover
{
    color: #0000ff;
    text-decoration: underline;
    cursor: pointer;
}

#nav, #nav ul {
	float: left;
	/*width: 100%;*/
	list-style: none;
	line-height: 1;
	background: #025E9E;
	font-weight: bold;
	padding: 0;
	border-width: 1px 0;
	margin: 0 0 1em 0;
       font-size: 10px;
       white-space: nowrap
}

#nav a {
	display: block;
	width: 9em;
	color: #ffffff;
	text-decoration: none;
	padding: 0.15em 15px 0 5px;
}

#nav li {
	float: left;
	padding: 3;
	width: 10.95em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12.4em;
	w\idth: 12em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 3;
        font-size: 11px;
}

#nav li li {
	padding-right: 1em;
	width: 10.95em
}

#nav li ul a {
	width: 10em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 10em;
}

#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: #0475C4;
}

#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;
}