#navs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 10;
}
#nav a {	color: #FFFFFF; } /*color for main nav bar text */
#nav a {	text-decoration: none; }
#nav li li a {
	display: block;
	font-weight: normal;
	color: #fff;  /*color for nav drop down text before hover */
	padding: 0.2em 2px;
	border: 1px solid #fff;
	border-width: 1px;
}
 #nav li {
	float: left;
	position: relative;
	width: 109px;
	text-align: center;
	}
 #last { width: 116px; }	/* adjust the px width to fit the 770 wide bar exactly under the banner image */

 #wrapper {
	padding:0px;
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	border:0;
	width: 770px;
		margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;

} 

#wrapper mainbutton {
	height: 27px;
	font-size: 10px;
	padding-top:6px;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
}

.mainbutton { background: url(../images/nav_bg.jpg) bottom; height: 27px; font-size: 10px; padding-top:6px; font-weight: 800; }
.mainbutton:hover { background: url(../images/nav_bg_over.jpg)}
 li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	font-size: 100%;
	background: #23408e;
	padding:0;
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
li:hover ul, li.over ul {	display: block; }
#nav li li a:hover { 
	background: #ccc;
	color: #051a47;
	}

