@charset "utf-8";
/*整個選單區塊*/
#b_menuContainer{
	width:980px;
	font-size:13px;
	margin: 0 auto;
}
/*-----主選單*/
#b_menuContainer table{ 
	width:940px; /*主選單寬度*/
    border-collapse: collapse;
    margin:0px auto;
    text-align: center;	
}
#b_menuContainer table td{
	margin:0px;
	padding:0px;
}
#menu{
	text-align:center;
	background:url(/pro/css/pic/main_menuBg.png) no-repeat;
	height:40px;
}
#menu a{
	height:32px;
	display:block;
}
#menu span{
	display:block;
	height:22px;
	height:20px \9;
	_height:22px ;
	padding-top:10px;
	padding-top:12px \9;
	_padding-top:11px;
}
/*----------按鈕共用屬性*/
.normalBtn span{
	background:url(/pro/css/pic/main_nav.png) right no-repeat;
	padding-right:15px;
	margin-left:15px;
	font-size: 15px;
}
a.normalBtn span{
	cursor: pointer;
}
a.normalBtn:hover span{
	background:url(/pro/css/pic/main_nav_hover.png) right no-repeat;
}
.normalBtn{
	background:url(/pro/css/pic/main_nav.png) left no-repeat;
}
a.normalBtn:hover{
	background:url(/pro/css/pic/main_nav_hover.png) left no-repeat;
}
/*----------active按鈕的屬性*/
#menu .nActive{
	background:url(/pro/css/pic/main_nav_active.png) left;
}
#menu .nActive span{
	background:url(/pro/css/pic/main_nav_active.png) right no-repeat;
	padding-right:15px;
	margin-left:15px;
	_height:21px ;
}
#menu  a.nActive{
	font-size:15px;
	font-weight:bold;
	color:#fff;		
}
#menu  a.nActive:hover span{
	color:#ff0;		
}
/*----------第一個按鈕的屬性*/
.first{
	background:url(/pro/css/pic/main_nav_firstLeft.png) left;
}
.first span{
	background:url(/pro/css/pic/main_nav_firstLeft.png) right;
}

/*----------最後一個按鈕的屬性*/
.last{
	background:url(/pro/css/pic/main_nav_last.png) left;
}
.last span{
	background:url(/pro/css/pic/main_nav_last.png) right;
}

/* 2011-11-25 wanhao add */
/*次選單*/
#subMenu{
	/*background:url(pic/b_subMenuBg.png) no-repeat;*/
	background:url(/pro/css/pic/nu_subMenuBg.png) no-repeat;
	height:30px;
	text-align:center;
	display:block;
	margin-bottom:10px;
}
#subMenu a{
	color:#fff;
}
#subMenu a:hover{
	color:#ff0;
}
#subMenu ul{
	margin:0px;
}
#subMenu li{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.sub_btn{
	padding:0px 30px;
	border-right:solid 1px #fff;
	height:18px;
	margin-top:6px;
}
/*其他資訊列*/
#newsInfoArea{
	background:url(/pro/css/pic/nu_newsInfoAreaBg.png) no-repeat;
	height:50px;
	margin-bottom:10px;
}
#newsInfoArea li{
	float:left;
}
.newsSearch{
	background:url(/pro/css/pic/news_newsSearch.png);
	height:27px;
	width:68px;
}
.newsSearch:hover{
	background:url(/pro/css/pic/news_newsSearch_hover.png);
}
.nia_num{
	padding-top:20px;
	padding-left:40px;
	padding-top:27px \9;
	float:left;
}
.nia_search{
	padding-top:13px;
	/*width:500px;*/
	text-align:center;
	float:left;
}
.nia_search input{
	line-height:20px;
}
.nia_date{
	padding-top:20px;
	padding-right:40px;
	color:#260079;
	padding-top:27px \9;
	float:right;
}
