div.main_menu {
	float:none;
	width: auto;
	padding-bottom: 0px;
	padding-top: 3px;
	background-image: url('img/main_menu.gif'); 
	background-repeat: repeat-x; 
	height: 17px;
	font-size: 90%;
	vertical-align:middle;
	text-align: center;
	font-weight: bold;
}

.main_menu  a {
	color: #006600;
	text-decoration: none;
	margin-left: 0px;
	padding: 1px 3px 1px 3px;
}

.main_menu  a:hover {
	color: red;
	text-decoration: none;
}
