/*******************************************************************************************************************************
This Effect Of The Menu Which Created By Dasheng And Changan In Ni8.com.
You can use it in everywhere except for deleting these words.
															2009.12.05
******************************************************************************************************************************/

.ddsmoothmenu { 
	font:12px; 
	background:url(../images/menu_bg.jpg) no-repeat; 
	width:994px; 
	height:38px; 
	margin:0 auto;
}

.ddsmoothmenu ul {	 
	z-index:100;/*Z向浮动高度*/
	margin: 0; padding: 0; 
	list-style: none;/*去掉LI本身左侧的圆点*/
	float:left;/*左浮动，解决些间隔问题*/ 
}

/*一级栏目---an*/
.ddsmoothmenu ul li {
	position: relative;
	display: block;
	float:left; 
	width:110px;/*一级单LI宽度*/
	text-align:center;/*文字右对齐*/
}
/*这段是适应IE6--an*/
*html .ddsmoothmenu ul li {
	position: relative;/*竖向菜单修改2--竖排*/ 
	float:left; 
	width:110px;/*一级单LI宽度*/
	text-align:center;/*文字右对齐*/
	font-size:12px;
	display:block;
}
 

/*一级栏目的链接---an*/
.ddsmoothmenu ul li a {
	width:110px;/*一级栏目的链接宽度*/
 	display: block; 
 	text-decoration: none; 
	color:#ffffff;
}
.ddsmoothmenu ul li a:hover{ 
	background:#e60012;
}
.ddsmoothmenu ul li a span{ 
 	display:block; 
	color:#ffffff; 
	font-family:"黑体";
	font-size:12px; 
	line-height:10px;
}
.ddsmoothmenu ul li a b{
	display:block; 
	line-height:28px;
	font-size:14px;
}


/*二级栏目整体控制*/
.ddsmoothmenu ul li ul{ 
	position: absolute;  
	top:38px !important; 
	background:#00a1e9; 
	font-size:14px;
	line-height:20px; 
	font-family:"黑体";
	display:none;
}

/*二级栏目LI的控制*/
.ddsmoothmenu ul li ul li {
	float: left; 
	width:110px;/*二级栏目的li的宽度*/
 	line-height:20px;
	margin-top:4px;
	font-family:"黑体";
	border-bottom:1px solid #ffffff;
	display:block;
}


/*二级栏目的链接属性*/
.ddsmoothmenu ul li ul li a {
	width: 110px;/*二级栏目的链接宽度*/
 	display: block; 
	text-decoration: none;
	background:#00a1e9;
	font-family:"黑体";
}
.ddsmoothmenu ul li ul li a:link span, .ddsmoothmenu ul li ul li a:visited span{ color: #FFF; text-decoration:none; font-size:12px; line-height:24px; font-family:"黑体"}
.ddsmoothmenu ul li ul li a:hover span{background:#e60012; font-family:"黑体"; font-size:12px; line-height:24px;}

/*箭头*/
.downarrowclass { position: absolute; top: 6px; right: 7px; }
/*阴影 */
.ddshadow { position: absolute; left: 0; top: 0; width: 0; height: 0;}
.toplevelshadow { /*透明度/IE不支持/*/ opacity: 0.8; }

