#nav, #nav ul, #nav ul ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
}
#nav li { /* all list items */
	float: left;
	/*border:1px solid blue;*/
}
#nav li ul { /* second-level lists */
	position: absolute;
	background-image:url(images/opaque.png);
	left: -997em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom:0;
	float:none;

}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1.7em 0 0 90px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -997em;
}
#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 { /* lists nested under hovered list items */
	left: auto;
}
#auctent {
	clear: left;
	color: #ccc;
}
#nav a {
	width:58.4px;
	text-align:left;
	font-weight: normal;
	text-decoration: none;
	height:28px;
	/*border:1px solid blue;*/
}
#nav a:link, #nav a:visited {
	color:#ffffff;
	padding:10px 6px 8px 6px;
	white-space:nowrap;
	text-align:center;
}
#nav a:hover {
	color:#FFF6ED;
	background-color:#F78E1D;
}
#nav ul a:link {
	color:#ffffff;
	text-align:left;
	font-weight:normal;
	width:120px;
}
#nav ul a:visited {
	color:#ffffff;
	text-align:left;
	font-weight:normal;
	width:120px;
}
#nav ul a:hover {
	color:#FFF6ED;
	font-weight:normal;
	text-align:left;
	background-color:#F78E1D;
	width:120px;
}

#nav li a{
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:10px;
}

#nav ul li{
	width:140px;
	margin:0;
	float:none;
	text-align:left;
	border-bottom:1px solid #F78F1D;
}

#nav .ent a {
	width:80px;
	text-align:left;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:10px;
}
#nav .ent a:link, #nav .ent a:visited {
	color:#ffffff;
	padding:10px 10px 8px 10px;
	white-space:nowrap;
	text-align:center;
}
#nav .ent a:hover {
	color:#FFF6ED;
	background-color:#F78E1D;
}



#nav .maparrow a {
	width:80px;
	text-align:left;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:10px;
}
#nav .maparrow a:link, #nav .maparrow a:visited {
	color:#ffffff;
	padding:10px 10px 8px 10px;
	white-space:nowrap;
	text-align:center;
}
#nav .maparrow a:hover {
	color:#ffffff;
	background-color:transparent;
}

.newsletter
{
	background-image:url(images/newsletterhead.gif);
	_background-repeat:no-repeat;
	/*background-color:#FF0000;*/
	width:187px;
	height:16px;
}
