@charset "utf-8";
*{outline: none;}
img {border: 0;}
.container {
	width: 726px;
	padding: 0;
	margin: 0 auto;
	background-image: url(images/nav_homebg.png);
	background-repeat: repeat-x;
	position: absolute;
	margin-left: 20px;
}
#header {
	background: url(header.jpg) no-repeat;
	width:960px;
	height:35px;
	display:block;
	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: 35px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(images/nav_home.png) no-repeat;
	width: 120px;
}
ul#topnav a.products {
	background: url(images/nav_products.png) no-repeat;
	width: 96px;
}
ul#topnav a.technology {
	background: url(images/nav_technology.png) no-repeat;
	width: 97px;
}
ul#topnav a.star {
	background: url(images/nav_star.png) no-repeat;
	width: 96px;
}
ul#topnav a.download {
	background: url(images/nav_download.png) no-repeat;
	width: 96px;
}
ul#topnav a.bay {
	background: url(images/nav_bay.png) no-repeat;
	width: 96px;
}
ul#topnav a.bay2 {
	background: url(images/nav_bay.png) no-repeat;
	width: 120px;
}
ul#topnav a.languages {
	background: url(images/nav_bay.png) no-repeat;
	float:right;
	margin-right:20px;
	width: 92px; 
}


ul#topnav li .sub {
	font-size:14px;
	height:25px;
	font-family:"微軟正黑體", "Arial Unicode MS";
	font-weight: 900;
	position: absolute;
	/*--padding:2px 5px 5px 5px ;--*/
	padding-bottom:4px;
	padding-left:5px;
	padding-right:2px;
	top: 40px;
	left: 0;
	background: url(images/sub_bg.png) repeat-x;
	margin-top:2px;
	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;
	color: #4F6284;
	width: 100%;
	padding-top: -2px;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0px;	
	float: left;
	background-image:url(images/sub_bg.png) repeat-x;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #4F6284;
}
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: #FFFFFF;
	font-family: "微軟正黑體", "Arial Unicode MS";
	font-size: 13px;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000000;
}
ul#topnav .sub ul li a:hover {
	color: #6699CC;
	background-position: 5px 12px;
}
