@charset "utf-8";
#nav {
	list-style-type: none;
	font-size: 14px;width:820px; 
	
}

#nav a {
	display: block;
	text-align:center;
	height: 53px;
}

#nav a:link  {
	text-decoration:none;
	color: #000; 
}
#nav a:visited  {
	text-decoration:none;
	color: #000;
	
}
#nav a:hover  {
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 14px;
	color: #e50012;
	height: 53px;

}
.cur{
	float: left;
	width: 117px;
	height: 53px;

}
.nav_li1 {
	float: left;
	width: 117px;
	height: 53px;
	color: #fff;
	font-size: 14px;
	line-height: 53px;
}

.nav_li7 {
	background:#0067aa;
	float: left;
	width: 117px;
	height: 53px;
	color: #2e2e2e;
	font-size: 14px;
	line-height: 53px;

}
.nav_li1 a:hover{
	float: none;
	font-size: 14px;
	text-decoration: none;
	color: #e50012;
	height: 53px;
}
#nav li ul {
	list-style-type: none;
	left: -999em;
	width: 117px;
	position: absolute;
	float: left; top:53px
}
#nav li ul li{
	float: left;
	background-color: #262626;
	color: #FFFFFF;
	font-size: 12px;

	line-height: 26px;
	height: 26px;
	text-align: center;
	filter:alpha(opacity:90); 		opacity:0.9;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9; margin-top:1px
}


#nav li ul a{
	width: 117px;
}

#nav li ul a:link  {
 color:#FFFFFF; text-decoration:none;
}
#nav li ul a:visited  {
 color:#FFFFFF;text-decoration:none;
}
#nav li ul a:hover  {
	color:#FFFFFF;
	text-decoration:none;

	font-size: 12px;
	background-color: #e50012;
	line-height: 26px;
	height: 26px;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
