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

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

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