#MAIN_NAV
{
	height: 27px;
	width: 500px;
	text-decoration: none;
	margin-top: 15px;
	margin-left:80px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#MAIN_NAV ul {
	height:27px;
	width:500px;
    list-style:none;
    margin:0;  
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
    font-weight:bold;
}
#MAIN_NAV li {
	display:inline;
    float:left;
	width:95px;
	height:27px;
	line-height:27px;
    margin:0px 0px;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
    font-weight:bold;
	text-align:center;
}
#MAIN_NAV li a{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;;
	color:#fff;
    font-weight:bold;
    float:left;
    padding:0;
    text-decoration: none;
    cursor: pointer;
    height:27px;
    line-height:27px;
	width:95px;
}
#MAIN_NAV li a:hover{
    	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;;
    font-weight:bold;
    float:left;
    padding:0;
    color:#f8be01;
    text-decoration: none;
    cursor: pointer;
    background:transparent url(../eng/eng_overlay.png) ;
	background-repeat:no-repeat;
    height:27px;
	width:95px;
}
.MAIN_NAVLine{
    height:27px;
	width:5px;
	background-image:url(../image/menu_line.png);
	background-repeat:no-repeat;
	float:left;
	
}
