*{outline: none;}
img {border: 0;}
.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

ul#topnav {
	margin: 0;
	padding: 0;
	float:right;
	width: 981px;
	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: 50px;
	background-position: bottom;
}
ul#topnav li:hover a, ul#topnav li a:hover ,ul#topnav .active a{
	background-position: left top;
}
ul#topnav a.home   {
	width: 142px;
	padding: 0px;
	background-repeat: no-repeat;
}
ul#topnav a.about {
	width: 142px;
	background-repeat: no-repeat;
}
ul#topnav a.news {
	width: 142px;
	background-repeat: no-repeat;
	padding: 0px;
}
ul#topnav a.product {
	width: 142px;
	background-repeat: no-repeat;
}
ul#topnav a.contact {
	width: 142px;
	background-repeat: no-repeat;
}
ul#topnav a.store {
	width: 80px;
	background-repeat: no-repeat;
	margin-right: 11px;
	margin-left: 11px;
}


ul#topnav li .sub {
	position: absolute;
	top: 25px;
	left: 0;
	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;
	padding-left: 9px;
}
ul#topnav li .sub ul{
	background:rgba(255,255,255,0.9) none repeat scroll !important; /*实现FF背景透明，文字不透明*/
	background:#fff;
	/*filter:Alpha(opacity=100); 实现IE背景透明*/
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	position: relative;
}
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: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #b3b3b3;
	font-family: "微軟正黑體";
	font-size: 14px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-weight: normal;
}
ul#topnav .sub ul li a:hover {
	color: #95b35b;
	background-position: 5px 12px;
	font-weight: normal;
}
