@charset "utf-8";
/* CSS Document */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 152px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-align: left;
	white-space: nowrap;
}

#nav li { /* all list items */
	float: left;
	width: 152px; /* width needed or else Opera goes nuts */
	}
#nav a:hover {
	background-color:#0066FF
	}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 152px;
	left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #00FF66;
	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}
.cssnav
{
	position: relative;
	background: url(../images/button1_over.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 152px;
	height: 44px;
	margin: 0;
	padding: 0;
}

.cssnav a
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: 152px;
	height: 44px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

.cssnav img
{
	width: 152px;
	height: 44px;
	border: 0;
	float: left;
}

#nav html a:hover
{
	visibility:visible;
	
}

#nav a:hover img
{
visibility:hidden
}

#nav span
{
position: absolute;
left: 20px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

.centered {
	text-align: center;
	width: 110px;
	position: relative;
}
