/*******************************************************************************************************************************
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 Verdana; width:212px;/*整体宽度*/ }

.ddsmoothmenu ul {	  background:url(../images/left_topbg.gif) no-repeat top left #f8f4eb;
z-index:100;/*Z向浮动高度*/
					 margin: 0; padding: 0; padding-top:10px;
					 list-style: none;/*去掉LI本身左侧的圆点*/
					 float:left;/*左浮动，解决些间隔问题*/
					/*一级外的整体背景色*/ }
					 
					 
 /*用来设置右边与箭头的空格而已*/
.ddsmoothmenu  span {padding-right:23px;}


/*一级栏目---an*/
.ddsmoothmenu ul li {
 background:url(../images/leftbg1.gif) no-repeat left center;  
					 position: relative;
					 display: block;
					 float:left; line-height:33px; border-bottom:1px solid #fff;
					 /*右边线*/			
 }
 

/*一级栏目的链接---an*/
.ddsmoothmenu ul li a {color:#948e7e;display:block;background:url(../images/arrow3.gif) no-repeat 15px 13px; padding-left:35px; width:215px;
 }
  
 /*一级栏目链接的属性设置*/
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color:#918d82;}/*一级栏目链接的本身颜色及背景设置*/
.ddsmoothmenu ul li a:hover { background:url(../images/arrow4.gif) no-repeat 15px 13px #ffe210; text-decoration:none; color:#6f572b;}/*一级栏目链接鼠标悬停颜色及背景色设置*/


/*二级栏目整体控制*/
.ddsmoothmenu ul li ul { position: absolute; left:0;}

/*二级栏目LI的控制*/
.ddsmoothmenu ul li ul li {float: left; 
							 width:212px;/*二级栏目的li的宽度*/
 							line-height:30px;}


/*二级栏目的链接属性*/
.ddsmoothmenu ul li ul li a { width:212px;/*二级栏目的链接宽度*/
 							 display: block; 
							 text-decoration: none;
							 }
.ddsmoothmenu ul li ul li ul { top: 0;}
.ddsmoothmenu ul li ul li li a { width:200px;/*二级栏目的链接宽度*/
 							 display: block; 
							 text-decoration: none;padding-left:35px; 
							 }
							 .ddsmoothmenu ul li ul li li a:hover{width:200px;}
/*箭头*/
.downarrowclass { position: absolute; top: 12px; right: 7px; visibility:hidden;}
.rightarrowclass { position: absolute; top: 6px; right: 5px;  visibility:hidden;}
/*阴影 */
.ddshadow { position: absolute; left: 0; top: 0; width: 0; height: 0; background: silver; visibility:hidden;}
.toplevelshadow { /*透明度/IE不支持/*/ opacity: 0.8;  visibility:hidden;}
