#menu_top {  
padding: 0;
/*
float: right;
width: 500px;
text-align:center;
height: 50px;
*/
margin: -3px 0 0 180px;
*margin: 8px 0 0 180px;
position: relative;
z-index: 9;
}  
	
#menu_top li {  
display: inline;  
}  
	
#menu_top li a {
font-family: 'Ubuntu', sans-serif;
font-size:13px;
text-decoration: none;
float:left;
padding: 7px;
/*background-color: #2175bc; font-weight:bold;*/
color: #4C4C4C;
}

#menu_top li a:hover {
/*background-color: #2586d7;*/
margin-top:-2px;
padding-bottom:20px;
color: #F60;
}