/*******************************************************************************************************************************
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:156px;padding:5px;/*整体宽度*/ float:left; }

.ddsmoothmenu ul {	 z-index:100;/*Z向浮动高度*/
					 margin: 0; padding: 0; 
					 list-style: none;/*去掉LI本身左侧的圆点*/
					 float:left;/*左浮动，解决些间隔问题*/
					 }
					 
					 
 /*用来设置右边与箭头的空格而已*/
.ddsmoothmenu  span {padding-right:23px;}


/*一级栏目---an*/
.ddsmoothmenu ul li {
					 position: relative;
					 display: block;
					 float:left; 
					 background:#16396f;
					 height:22px;
					 margin-bottom:5px; 
					 width:156px;/*一级单LI宽度*/
					 line-height:22px;/*一级LI高度*/
					 text-align:right;/*文字右对齐*/
					
 }
/*这段是适应IE6--an*/
*html .ddsmoothmenu ul li {
					 position: relative;/*竖向菜单修改2--竖排*/ 
					 float:left; 
					 width:154px;/*一级单LI宽度*/
					 line-height:22px;/*一级LI高度*/
					 margin-bottom:5px; 
					 text-align:right;/*文字右对齐*/
 }
 

/*一级栏目的链接---an*/
.ddsmoothmenu ul li a {
 width:156px;/*一级栏目的链接宽度*/
 _width:154px;/*IE6*/
 display: block; 
 text-decoration: none; 
 }
  
 /*一级栏目链接的属性设置*/
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color: #FFF; background:#16396f; 
					 border-top:1px solid #345686;
					 border-right:1px solid #0d2a52;
					 border-bottom:1px solid #022449;
					 border-left:1px solid #234872;  }/*一级栏目链接的本身颜色及背景设置*/
.ddsmoothmenu ul li a:hover { background:#345686; color: white;
					 border-bottom:1px solid #345686;
					 border-left:1px solid #0d2a52;
					 border-top:1px solid #022449;
					 border-right:1px solid #234872;  }/*一级栏目链接鼠标悬停颜色及背景色设置*/


/*二级栏目整体控制*/
.ddsmoothmenu ul li ul { position: absolute; left:0; background:#2b3745;width:158px; display:none; }

/*二级栏目LI的控制*/
.ddsmoothmenu ul li ul li {float: left; 
							width:156px;/*二级栏目的li的宽度*/
 							line-height:22px;}


/*二级栏目的链接属性*/
.ddsmoothmenu ul li ul li a {width: 156px;/*二级栏目的链接宽度*/
 							 display: block; 
							 text-decoration: none;
							 }
.ddsmoothmenu ul li ul li ul { top: 0;}
/*箭头*/
.downarrowclass { position: absolute; top: 12px; right: 7px; }
.rightarrowclass { position: absolute; top: 6px; right: 5px; }
/*阴影 */
.ddshadow { position: absolute; left: 0; top: 0; width: 0; height: 0; background: silver; }
.toplevelshadow { /*透明度/IE不支持/*/ opacity: 0.8; }
