#topNavMenu, #topNavMenu ul { /* all lists */
	width:875px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
	text-align:left;
}

#topNavMenu a {
	display: block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	width: 125px;
}

#topNavMenu a:hover,a:active{

}

#topNavMenu li { /* all list items */
	float: left;
	width: 142px; /* width needed or else Opera goes nuts */
	height:auto;
}

li.topLevel{
	height:36px;
}

div.border{
	border:#FFF solid 1px;
	padding:5px;
	background:#666;
	width: 142px;
}

div.border:hover{
	background:#94e78c;
	color:#000;
	cursor:pointer;
}

#topNavMenu li a:hover{
	color:#000;
}

#topNavMenu li:hover{
	/*background:url(../../images/navItemBack.jpg) repeat-y;*/
}

#topNavMenu li ul { /* second-level lists */
	position: absolute;
	margin-top:0px;
	font-size:11px;
	width: 125px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#topNavMenu li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
