body {
	margin: 0; padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	background: url() repeat-x;
}
*{outline: none;}
img {border: 0;}
.container {
	width: 747px;
	padding: 0;
	margin: 0 auto;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 37px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	width: 59px;
	background-image: url(../images/nav_1.jpg);
	background-repeat: no-repeat;
}
ul#topnav a.products {
	width: 97px;
	background-image: url(../images/nav_2.jpg);
	background-repeat: no-repeat;
}
ul#topnav a.sale {
	background: url(../images/nav_3.jpg) no-repeat;
	width: 65px; 
}
ul#topnav a.community {
	background: url(../images/nav_4.jpg) no-repeat;
	width: 79px; 
}
ul#topnav a.store {
	background: url(../images/nav_5.jpg) no-repeat;
	width: 81px; 
}
ul#topnav a.nav6 {
	background: url(../images/nav_6.jpg) no-repeat;
	width: 80px; 
}
ul#topnav a.nav7 {
	background: url(../images/nav_7.jpg) no-repeat;
	width: 97px; 
}
ul#topnav a.nav8 {
	background: url(../images/nav_8.jpg) no-repeat;
	width: 95px; 
}
ul#topnav a.nav9 {
	background: url(../images/nav_9.jpg) no-repeat;
	width: 75px; 
}
ul#topnav a.nav0 {
	background: url(../images/nav_0.jpg) no-repeat;
	width: 14px; 
}
ul#topnav a.nav_search {
	width: 176px;
	background-image: url(../images/nav_m.jpg);
	background-repeat: repeat-x;
}
ul#topnav a.nav_r {
	width: 14px;
	background-image: url(../images/nav_0r.jpg);
	background-repeat: no-repeat;
}
ul#topnav li .sub {
	position: absolute;
	top: 37px;
	left: 0;/*--下拉后背景颜色--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	background-color: #2A72A4;
	background-repeat: repeat-x;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}

ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #fff;/*--下拉菜单父级文字颜色--*/
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; 
	height: auto;
	background: url(../images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #fced00; background-position: 5px 12px ;}
.bj {background:url(../images/nav_m.jpg) repeat-x;}
