/* common styling */
/* Menuµ¼º½ */
#index_nav {
	width:100%;
	float:right;
	height:50px;
	background:#003693;
}
#navbox{ 
	margin: 0px auto;
	padding: 0px; 
	width: 100%; 
	height: 50px;
}
#nav{ 
	margin: 0px auto; 
	padding: 0px; 
	width: 1200px;
	height: 50px; 
	position: relative; 
	z-index:999;
}
.downmainmenu {
	POSITION: absolute;
	HEIGHT: 50px; 
	OVERFLOW: visible;
}
.downmainmenu UL {
	Z-INDEX: 999; 
	LIST-STYLE-TYPE: none; 
	margin:0px; 
	padding:0px;
}
.downmainmenu UL LI {
	POSITION: relative;
	DISPLAY: inline; 
	line-height: 50px;
	FLOAT: left; 
	font-family: "Î¢ÈíÑÅºÚ","",Arial, "Arial Black";
	background: url(nav_line.png)no-repeat right top;
}
.downmainmenu UL LI:last-child{
	background: none;
}
.downmainmenu UL LI A {
	DISPLAY: block; 
  	color:#fff; 
 	text-decoration:none;
  	text-align:center;
   	font-size:15px;
}
.downmainmenu UL LI A:hover {
	COLOR: #fff; 
	background:#0797ef;
}

.downmainmenu UL LI UL {
	COLOR: #FFFFFF; 
	POSITION: absolute;
	DISPLAY: none;
	VISIBILITY: hidden;
	line-height:32px;
	background:#003693;
	WIDTH: 150px;
	opacity:0.9
}
.downmainmenu UL LI UL DD {
	border-bottom:1px solid #0344b5;
	DISPLAY: list-item; 
	FLOAT: left; 
	WIDTH: 100%;
	line-height:32px;
	font-family: "Î¢ÈíÑÅºÚ","",Arial, "Arial Black";
	font-size:12px;
}
.downmainmenu UL LI UL DD A {
	color: #FFFFFF;
	line-height:32px; 
	font-size:14px; 
	width:150px; 
	text-align:center; 
}
.downmainmenu UL LI UL DD A:hover{ 
	color: #fff; 
	background:#0797ef; 
}

.ddshadow {
	POSITION: absolute; 
	WIDTH: 150px; 
	HEIGHT: 0px; 
	TOP: 0px; 
	LEFT: 0px;
}
#nav .navxl{ 
	width: 150px;
	text-align:center; 
	font-size:14px; 
	font-family: "Î¢ÈíÑÅºÚ","",Arial, "Arial Black";
	 /*background:url(../pic/menuline.jpg) no-repeat right;*/
}


