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: 20px;
	font-size: 90%;
	vertical-align:middle;
}

#menu_buttons  a {
	color: #000000;
	text-decoration: none;
	margin-left: 5px;
	padding: 0px;
	
}

#menu_buttons  a:hover {
	color: #8E8C06;
	text-decoration: none;
	}
