/*********************************************************
credit: http://htmldog.com/articles/suckerfish/dropdowns/
*/
#container {
	width: 767px;
	height: 20px;
	background: #808080;
	text-align: left;
	border: 0px solid black;
	margin: 0 auto;
	font-size: 11px;
	font-weight: 600;
}
#navbar, #navbar ul {
	float: left;
	width: 767px;
/*	height: 20px;*/
	list-style: none;
	line-height: 1;
	background: #808080;
	font-weight: bold;
	padding: 0;
	border: 0px solid #666666;
	border-width: 0;
	margin: 0;
}

#navbar a {
	display: block;
	widthx: 10em;
	w\idthx: 6em;
	color: LemonChiffon;
	vertical-align: middle;
	text-decoration: none;
	paddingx: 0.25em 2em;
	padding: 3px 12px 6px;
}

#navbar a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#navbar li {
	float: left;
	padding: 0;
	widthx: 10em;
}

#navbar li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	w\idthx: 13.9em;
	font-weight: bold;
/*	border-width: 0.25em;*/
	margin: 0;
}

#navbar li li {
	padding-rightx: 1em;
	width: 150px
}

#navbar li ul a {
	width: 150px;
	w\idthx: 9em;
}

#navbar li ul ul {
	margin: -1.75em 0 0 14em;
}

#navbar li:hover ul ul, #navbar li:hover ul ul ul, #navbar li.sfhover ul ul, #navbar li.sfhover ul ul ul {
	left: -999em;
}

#navbar li:hover ul, #navbar li li:hover ul, #navbar li li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul, #navbar li li li.sfhover ul {
	left: auto;
}

#navbar li:hover, #navbar li.sfhover {
	background: #999999;
	color: ivory;
}

#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;
}
/*********************************************************
credit: http://pmob.co.uk/pob/centred-float.htm
*/

.navcenter {
	margin: 0px auto;
	display: table;
	border: 0;
	padding: 2px;
	white-space: nowrap;
}
.navcenter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table-row;
	white-space: nowrap;
}
.navcenter ul li {
	display: table-cell;
}
.navcenter ul a {
	display: block;
	padding: 1px 12px;
	text-decoration: none;
	background: #aaa;
	border: 1px solid #999999;
	color: lemonchiffon;
	font-weight: bold;
	font-size: 11px;
}
.navcenter ul a:hover {
	background: #c0c0c0;
	color: lightyellow;
}
</style> 
