﻿.nav_menustyle_1_1 li{
	float: left;
	width: 147px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	border-top: 4px solid transparent;
	position: relative;
}
.nav_menustyle_1_1 li a {
	font-size: 14px;
	color: #fff;
}
.nav_menustyle_1_1 li:hover {
	background: #f88848;
	border-top: 4px solid #cd4b01;   
}
