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