#navHome, #navHome ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#navHome
{
	display:inline !important;
	text-align: center;
	margin:0 auto !important;
	min-width:  	100px;
	line-height:12px;
	height:12px;
	color:#ccc;
	padding:4px 0 5px 0;
	
	/*	background-color:   #ff0; */
}
#navHome a {
	display: block;
	width: 170px;
	padding:0;
	color:#FFF;
	text-decoration:none;
}
#navHome a:hover {
	text-decoration:none;
	color:#84a3d5;
}

#navHome li { /* all list items */
	float: left;
	width: 170px; /* width needed or else Opera goes nuts */
	height:18px;
	line-height:18px;
	background-image:   url(../statimages/navBackground.png);
	background-repeat:  repeat-x;
	text-align: 		left;
	padding:			0 0 0 2px;
}
#navHome li ul { /* second-level lists */
	position: absolute;
	width: 172px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid #000;
	z-index:100;
}
#navHome li ul li {
	border-width:0px;
	background-image:   url(../statimages/navBackground.png);
	background-repeat:  repeat-x;
	text-align: 		left;
	padding:			0 0 0 2px;
}

#navHome li:hover ul ul, 
#navHome li:hover ul ul ul, 
#navHome li.sfhover ul ul, 
#navHome li.sfhover ul ul ul
{
	left: -999em;
}

#navHome li:hover ul, 
#navHome li li:hover ul, 
#navHome li li li:hover ul, 
#navHome li.sfhover ul, 
#navHome li li.sfhover ul, 
#navHome li li li.sfhover ul
{
	/* lists nested under hovered list items */
	left: auto;
}


/* ******************** SPECIALS ****************** */

#navHome li.top
 {
 display:inline !important;

	width:auto !important;
	padding:0;
	border-left:1px solid #fff;
	border-bottom:0px;
	height:12px;
	line-height:12px;
} 
#navHome li.first
{
	border-width:0;
} 
#navHome li.top a.top {
	display:block;
	width:auto !important;
	padding:0 5px;
	color:#fff;
}
#navHome li.top a.top:hover {color:#84a3d5;}