#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;
    list-style:none;
    margin:0;
    width:500px;   
	font-size:14px;
	font-family:"微軟正黑體" ,\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4;
	color:#fff;
    font-weight:bold;
}
#MAIN_NAV li {
	display:inline;
    float:left;
	width:84px;
	height:27px;
	line-height:27px;
    margin:0px 0px;
	font-size:14px;
	font-family:"微軟正黑體" ,\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4;
	color:#fff;
    font-weight:bold;
	text-align:center;
}
#MAIN_NAV li a{
	font-size:14px;
	font-family:"微軟正黑體" ,\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4;;
	color:#fff;
    font-weight:bold;
    float:left;
    padding:0;
    text-decoration: none;
    cursor: pointer;
    height:27px;
    line-height:27px;
	width:84px;
}
#MAIN_NAV li a:hover{
    	font-size:14px;
	font-family:"微軟正黑體" ,\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4;;
    font-weight:bold;
    float:left;
    padding:0;
    color:#f8be01;
    text-decoration: none;
    cursor: pointer;
    background:transparent url(../image/overlay.png) ;
	background-repeat:no-repeat;
    height:27px;
	width:84px;
}
.MAIN_NAVLine{
    height:18px;
	width:3px;
	background-image:url(../image/menu_line.png);
	background-repeat:no-repeat;
	float:left;
	
}
