@charset "utf-8";
/* CSS Document */
*{outline: none;}
img {border: 0;}
.container {
	width: 945px;
	padding: 0;
	margin: 0 auto;
	height:80px;
	background:url(../images/nav_bg.jpg) repeat-x;
	padding-left:30px;
}
.logo{ width:189px; height:80px; float:left;}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 705px;
	list-style: none;
	font-size: 1.1em;
	margin-top:25px;
	padding-left:50px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 36px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home{
	background: url(../images/nav_01.jpg) no-repeat;
	width: 71px; 
}
ul#topnav a.about{
	background: url(../images/nav_02.jpg) no-repeat;
	width: 104px; }
ul#topnav a.news{
	background: url(../images/nav_03.jpg) no-repeat;
	width: 104px; 
}
ul#topnav a.Program {
	background: url(../images/nav_04.jpg) no-repeat;
	width: 104px; 
}
ul#topnav a.product {
	background: url(../images/nav_05.jpg) no-repeat;
	width: 104px; 
}
ul#topnav a.case {
	background: url(../images/nav_06.jpg) no-repeat;
	width: 104px; 
}
ul#topnav a.serve {
	background: url(../images/nav_07.jpg) no-repeat;
	width: 104px; 
}


ul#topnav li .sub {
	position: absolute;	
	top: 36px; left: 0;
	background: #F2F2F2 url(../images/sub_bg.png) repeat-x;
	padding: 10px 10px 10px;
	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;
	z-index:999;filter: alpha(opacity=30);moz-opacity: 0.3;
}
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: 140px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size:12px;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #BD0053;
	background: url(../images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	font-weight:bold;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #999;
}
ul#topnav .sub ul li a:hover {color: #980064; background-position: 5px 12px ;}
