#menu_top {
	width: 792px;
	height: 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0;
}
.menuButton {
	border-top: 1px solid #fff;
	font-family: verdana, sans-serif; 
	font-size: .7em; 
	background-color: #069; 
	width: auto;
	text-align: center;
}
.menuButton a {
	color: #fff;
	text-decoration: none; 
}
.menuButton:hover {
	color: #000;
}
.menuButton:hover a{
	color: #000;
}
.active		{
	background-color: #fc0; 
}
.active a {
	color: #000;
}
