/* common styling */
/* set up the overall width of the menu div, the font and the margins */

/* 导航 开始*/
#nav0 {
	width: 100%;
	height: 50px;
	background-color: #CCCCCC;
	margin-bottom: 0px;
	background-image: url(../images/dh_bj_03.gif);
	background-repeat: repeat-x;
}
#nav {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	
}

#menu0 {
	width: 1200px;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
.menu {
	font-family: Microsoft YaHei, sans-serif;
	font-size:12px;
	margin-left: auto;
	float: left;
	width: 1200px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
}
#menu0_bj {
	line-height: 90px;
	height: 90px;
	background-color: #444444;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:108px;
	height:50px;
	text-align:center;
	color:#444444;
	line-height:50px;
	font-size:12px;
	overflow:hidden;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
.menu_dh_fu {
	font-size:15px;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	z-index: 88;
}
.menu ul li {
	float:left;
	margin-right:1px;
	position:relative;
	z-index: 2;
}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {
	color:#FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8C1515;  /*一级导航背景下划线*/
	height: 48px;
	margin-top: 0px;
	background-color: #444444;
	border-radius:0px 0px 0px 0px;
	background-image: url(../images/dh_bj_01.gif);  /*一级导航背景颜色*/
	background-repeat: repeat-x;
}
/*一级导航背景颜色及文字111*/
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:50px;
	left:0;
	width:119px;
}
.menu ul li:hover ul li a.hide {
	color:#FFFFFF;		/*二级导航文字默认链接颜色*/
	background-color: #FFFFFF;
}
/*二级导航背景颜色及文字111*/
.menu ul li:hover ul li:hover a.hide {
	color:#EEA200;		/*二级导航文字链接颜色-鼠标悬停*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEA200;	/*二级导航背景下划线*/
	background-color: #FFFFFF;
}
/*鼠标滑动-二级导航背景颜色及文字*/
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	color:#FFFFFF;		/*二级导航文字链接颜色-鼠标离开*/
	background-color: #FFFFFF;
}
/*三级导航背景颜色及文字*/
.menu ul li:hover ul li a:hover {
	color:#EEA200;		/*三级导航文字链接颜色-鼠标悬停*/
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEA200; /*三级导航背景下划线*/
}
/*鼠标滑动-三级导航背景颜色及文字*/
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:151px;
	top:0;
}
.menu ul li:hover ul li:hover ul.left {left:-119px;}
