
.ddsmoothmenu { width:500px; margin:0 auto;}

.ddsmoothmenu ul {	 z-index:100;/*Z向浮动高度*/					 
					 list-style: none;/*去掉LI本身左侧的圆点*/
					 }	/*一级栏目---an*/
.ddsmoothmenu ul li {
					 position: relative;
					 display: block;
					 float:left; 					 
					 width:120px;/*一级单LI宽度*/
					 line-height:25px;/*一级LI高度*/
					 text-align:center;/*文字右对齐*/	
					 margin-right:1px;				 					
 }
/*这段是适应IE6--an*/
*html .ddsmoothmenu ul li {
					 position: relative;/*竖向菜单修改2--竖排*/ 
					 float:left; 					 
					 width:120px;/*一级单LI宽度*/
					 line-height:25px;/*一级LI高度*/
					 text-align:center;/*文字右对齐*/
					 margin-right:1px;					 
 }
/*一级栏目的链接---an*/
.ddsmoothmenu ul li a {
 width:120px;/*一级栏目的链接宽度*/
 display: block;
 height:27px;
 line-height:25px;
 font-size:11px;
 color:#ffffff;
 }  
  /*一级栏目链接的属性设置*/
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color:#ffffff;}/*一级栏目链接的本身颜色及背景设置*/
.ddsmoothmenu ul li a:hover { background:#dddddd; color: #613829;}/*一级栏目链接鼠标悬停颜色及背景色设置*/
/*二级栏目整体控制*/
.ddsmoothmenu ul li ul { position: absolute; left:0; visibility:hidden;}

/*二级栏目LI的控制*/
.ddsmoothmenu ul li ul li {float: left; 
							width:120px;/*二级栏目的li的宽度*/							
 							line-height:28px;																
							}
/*二级栏目的链接属性*/
.ddsmoothmenu #crnve a{ display:block; background:url(../images/canve1.PNG) no-repeat; text-indent:-9999px;}
.ddsmoothmenu #crnve a:hover{ background:url(../images/canve.PNG) no-repeat;}
.ddsmoothmenu ul li ul li a {width:120px;/*二级栏目的链接宽度*/
 							 display:block;
							 height:28px; 
							 line-height:28px;
                             font-size:11px;
							 font-family:Arial;	
							 background:url(../images/nav_bg1.png);			
							 }
  /*二级栏目链接的属性设置*/
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited { color: #ffffff; line-height:28px; background:url(../images/nav_bg1.png); }/*二级栏目链接的本身颜色及背景设置*/
.ddsmoothmenu ul li ul li a:hover { color: #613829; background:url(../images/nav_bg3.png);}/*二级栏目链接鼠标悬停颜色及背景色设
.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; }
