﻿#ext_main_menu, #ext_main_menu ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
}

#ext_main_menu a {
	display: block;
	text-decoration: none;
}

#ext_main_menu a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#ext_main_menu li {
	float: left;
	padding: 0;
}

#ext_main_menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}


#ext_main_menu li ul a {
	width: 13em;
	
}

#ext_main_menu li ul ul {
	margin: -2.00em 0 0 12.10em;
}

#ext_main_menu li:hover ul, 
#ext_main_menu li li:hover ul, 
#ext_main_menu li li li:hover ul, 
#ext_main_menu li.sfhover ul, 
#ext_main_menu li li.sfhover ul, 
#ext_main_menu li li li.sfhover ul {
	left: auto;
}


#ext_main_menu li:hover, 
#ext_main_menu li.sfhover 
{
	position:static;
}

#content {
	clear: left;
}

#content a {
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #eda;
	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;
}


