a:hover { background-position: 0 0; } /* IE6 */

div#navwrapper {
	text-align: left; /* reset text alignment */
	width: 886px; /* or a percentage, or whatever */
	margin: 0 auto; /* for the rest */
} 

div#nav {
	width: 886px;
	position: absolute;
	z-index: 1000;
	top: 67px;
	height: 32px;
	background-color: #0072c6;
}

.menuwrapper {
	position: absolute;		
}

.navitem {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;	
	padding-top: 9px;
}

.menulist {
    margin: 0;
}

.menulist li	{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	list-style: none;
	display: inline;
}

.menulist li:hover div	{
	color: #0072c6;	
	background: #FFF;
	display: block;
}

.menuarea { 
	display: none;
	border: 1px solid #0072c6;
	border-top: 0px;
	padding: 5px 9px 9px 9px;
	background-color: #fff;
}

a.menulink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #0072c6;
	text-decoration: none;
}

a.menulink:HOVER {
	color: #f2a615;
	text-decoration: none;
}

.menucatdiv {
	line-height: 1.4;
}

.menuheader { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #434343;
	line-height: 2.2;
	font-weight: bold;
}

/* FF Mouse Over */
.menuprotector {
	position: absolute;
	height: 31px;
}

/* IE6 Hacks */
a.legacyhover:HOVER div {
	background-color: #FFF;	
	color: #0072c6;
}


