#nav1 li{
	margin-top: 0;
	margin-left: 0;
	font-size: 7.5pt;
}
#nav1 li div.navSpacer, #nav1 li:hover div.navSpacer #nav1 li.sfhover div.navSpacer {
	width:1em;
	background: #e31836 url(../images/SmBlueSq.gif) center center no-repeat;
	padding: 0.3em 0.1em;
}
#nav1, #nav1 ul {
	background: transparent;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	z-index: 5000;
}
#nav1 a {
	display: block;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
	padding: 0px;
}
#nav1 a.top{
	color:white;
	font-size: 8pt;
	font-weight:bold;
	padding:3px 7px 3px 7px;
	white-space:nowrap;
	height:11px;
}
#nav1 li.current{
	background:#f37427;
}
#nav1 li.current a.top{
	margin:0px 0px 3px 0px !important;
}
#nav1 a:hover { color: #777777; }
#nav1 a.top:hover { color: black !important; }
#nav1 li.top {
	float: left;
	padding: 0;
	padding-top:5px;
	margin-top:-1px;
}
#nav1 li.top:hover{
	background: #999999 !important;
}
#nav1 li:hover a.top{ /* 1st level when 2nd level is hovered */
	color:black !important;
	background: #999999 !important;
}
#nav1 li ul { /* 2nd level dropdown container 1 */
	background: #999999;
	position: absolute;
	left: -1999em;
	width: 163px;
	font-weight: normal;
	margin: 0px 0px 0px -1px;
	padding: 8px 5px 8px 8px;
}
#nav1 li.last ul {
	margin-left:-79px;
}
#nav1 li li { /* 2nd level dropdown container 2 */
	background: #999999;
	width: 141px;
}
#nav1 li ul a { /* 2nd level dropdown item */
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	background:white;
	padding:6px 10px 6px 10px;
	border-left: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
	border-right:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	width: 141px;
	w\idth: 127px;
	color: #777777;
	font-weight: normal;
	margin-left:7px;
	text-align:left;
}
#nav1 li ul a:hover { 
	color: #f47328;
}
#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -1999px;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;
}
#nav1 li:hover {
	background: #999999;
	color: #777777;
}
#nav1 li ul li:hover {
	background: transparent;
}

/* Support for the "iehover-fix.js" */
* html ul.nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */
