@charset "utf-8";
* { margin:0px; padding:0px;}
.ddsmoothmenu {  width:930px; margin:0 auto; padding-top:10px;}

.ddsmoothmenu ul {	 
                     z-index:100;/*Z向浮动高度*/					 
					 list-style: none;/*去掉LI本身左侧的圆点*/
					 float:left;/*左浮动，解决些间隔问题*/
					 }	/*一级栏目---an*/
.ddsmoothmenu ul li {                   
					 position: relative;
					 display: block;
					 float:left; 					 
					 /*width:111px;/*一级单LI宽度*/*/
					 /*height:23px;*/
					 line-height:25px;/*一级LI高度*/
					 text-align:center;/*文字右对齐*/	
					 width:130px;
					 font-size:14px;
					 margin-right:3px;
                     background:#393939;
					 			
 }
/*这段是适应IE6--an*/
*html .ddsmoothmenu ul li {
                     font-weight:bold;
                     display:block;
					 position: relative;/*竖向菜单修改2--竖排*/ 
					 float:left; 					 
					 width:112px;/*一级单LI宽度*/
					 line-height:28px;/*一级LI高度*/
					 text-align:center;/*文字右对齐*/	
				 
 }
 

/*一级栏目的链接---an*/
.ddsmoothmenu ul li a {
 width:130px;/*一级栏目的链接宽度*/
 display: block;
 float:left;
 line-height:25px;
 font-size:12px;
 color:#bcbcbc;
 }  
  /*一级栏目链接的属性设置*/
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color: #bcbcbc; }/*一级栏目链接的本身颜色及背景设置*/
.ddsmoothmenu ul li a:hover {width:130px;display:block; line-height:25px; color:#96c41f; text-align:center; }/*一级栏目链接鼠标悬停颜色及背景色设置*/
/*二级栏目整体控制*/
.ddsmoothmenu ul li ul { position: absolute; left:0; visibility:hidden;}

/*二级栏目LI的控制*/
.ddsmoothmenu ul li ul li {float: left; 
							width:130px;/*二级栏目的li的宽度*/	
							/*height:23px;*/
							/*border-top:#e2e2e2 solid 1px;
							border-bottom:#f5f9f8 solid 1px;
							border-left:#f5f9f8 solid 1px;	
							border-right:#f5f9f8 solid 1px;	*/								
 							line-height:25px;
							color:#ff0000;	
							text-align:center;
							margin-right:0px;														
							}

/*二级栏目的链接属性*/
.ddsmoothmenu ul li ul li a {width: 130px;/*二级栏目的链接宽度*/
 							 display: block;
							 line-height:25px;						 
							 font-size:11px;
							 color:#4f464b;
							 background:#ededed;				
							 }
  /*二级栏目链接的属性设置*/
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited { font-size:11px; color: #bcbcbc; background-color:#393939; }/*二级栏目链接的本身颜色及背景设置*/
.ddsmoothmenu ul li ul li a:hover {width: 130px; color:#ffffff; background:#78a816; }/*二级栏目链接鼠标悬停颜色及背景色设
.ddsmoothmenu ul li ul li ul { top: 0;}
/*箭头*/
.downarrowclass { position: absolute; display:none; }
.rightarrowclass { position: absolute; display:none; }
/*阴影 */
.ddshadow { position: absolute; left: 0; top: 0; width: 0; height: 0; }
.toplevelshadow { /*透明度/IE不支持/*/ opacity: 0.8; }
