@charset "utf-8";
/*********************************************** 横向主导航条 ***********************************************/
.ddsmoothmenu{ margin: 0px auto;}
.ddsmoothmenu ul{margin:0;padding:0;}
/*主菜单设置*/
.ddsmoothmenu ul li {position:relative;display:inline;float:left; line-height:50px; border-right: 1px solid #04488c; border-left: 1px solid #1374d6;   }
.ddsmoothmenu ul li:last-child{}
.ddsmoothmenu ul li a{display:block; font-size:16px;  text-decoration: none;          }
.ddsmoothmenu ul li a span{display:block; position:relative; z-index:1; padding:0px 42px; text-align:center; color:#fff;}
/*主菜单连接效果设置*/
.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited{color:#000;}
.ddsmoothmenu ul li a:hover{  color:#fff;background: #2b2b2b ;   }
.ddsmoothmenu ul li a:hover span{color:#fff;background: #2b2b2b ; }
.ddsmoothmenu ul li a:active span{color:#fff;background: #2b2b2b ;    }
.ddsmoothmenu ul li a.selected{color:#fff;background: #2b2b2b ;   }
.ddsmoothmenu ul li a.selected span{ color:#fff;background: #2b2b2b ; }
/*主菜单当前所在页面*/
.ddsmoothmenu ul li a#menu_selected {}
.ddsmoothmenu ul li a#menu_selected span {color:#fff;background: #2b2b2b ;}
/*子集菜单设置*/
.ddsmoothmenu ul.menulevel{position:absolute;left:0;display:none;visibility:hidden; text-align:left}
.ddsmoothmenu ul.menulevel li{ margin:0px;padding:0px;display:list-item;float:none; }
.ddsmoothmenu ul.menulevel li a{ display: block; font-size:13px; height:50px;line-height:50px;padding:0px 0px; margin:0px; border-right:1px solid #fff; background:#f1f1f1; overflow:hidden; border-top:1px solid #fff; color:#000;}
.ddsmoothmenu ul.menulevel li a span { width:240px; line-height:45px; text-align:left; color:#000; }
.ddsmoothmenu ul.menulevel li a span:hover {  color:#fff; background:#000;}
/*子集菜单连接效果设置*/
.ddsmoothmenu ul.menulevel li ul{top:0}
.ddsmoothmenu ul.menulevel li a:link,.ddsmoothmenu ul.menulevel li a:visited{color:#FFF;text-align:left}
.ddsmoothmenu ul.menulevel li a:hover{ background:#000;}
.ddsmoothmenu ul.menulevel li a.selected{ background:#000;color:#000;}
/*下拉箭头*/
.ddsmoothmenu .downarrowclass{position:absolute;top:20px;right:16px}
.ddsmoothmenu .rightarrowclass{position:absolute;top:15px;right:10px}
/*阴影*/
.ddshadow{position:absolute;left:0;top:0;width:0;height:0;background:url("40.png"/*tpa=http://www.leihua.net/hengya/images/40.png*/);z-index:90}
.toplevelshadow{/*opacity:0.8*/}
* html .ddsmoothmenu{height:1%}/* Holly Hack for IE \*//*Holly Hack for IE7 and below*/
* html .ddsmoothmenu ul li a{display:inline-block}/*IE6 hack to get sub menu links to behave correctly*/












