@charset "utf-8";
#nav {
	list-style-type: none;	line-height: 103px;
	color: #090909; 
}

#nav a {
	display: block;
	text-align:center;
	color: #090909;
}

#nav a:link  {
text-decoration:none;
 
}
#nav a:visited  {
	text-decoration:none;

	
}

.nav_li1 {
	background-image: url(../images/bain_09.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 96px;
	line-height: 103px;
	height: 103px;
	text-align: center;
	font-size: 13px;
}
.nav_li2 {
	background-image: url(../images/jxb_05.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 77px;
	line-height: 103px;
	height: 103px;
	text-align: left;
	padding-left: 26px;
	font-size: 13px;
}

.nav_li2 a {
	color:#b59b83;	
}

.nav_li3 {
	background-image: url(../images/hb_09.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 96px;
	line-height: 103px;
	height: 103px;
	text-align: center;
	font-size: 13px;
}


#nav li a:hover{
	background-image: url(../images/hb_09.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	font-weight: normal;
	color: #b59b83;
}
#nav li ul {
	list-style-type: none;
	left: -999em;
	width: 96px;
	position: absolute;
	float: left;
}
#nav li ul li{
	float: left;
	background-color: #c9a072;
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	text-align: center;
}


#nav li ul a{
	display: block;
	width: 96px;
	color: #FFF;
}

#nav li ul a:link  {
	color: #FFF;
	text-decoration:none;
}
#nav li ul a:visited  {
	color: #FFF;
	text-decoration:none;
}
#nav li ul a:hover  {
	color: #FFF;
	text-decoration:none;
	font-weight:normal;
	background-image:none!important;
	background-color: #c38b4d;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
