@charset "utf-8";
/*********************************************** 横向主导航条 ***********************************************/
.ddsmoothmenu{ margin: 0px auto;}
.ddsmoothmenu ul{margin:0;padding:0;}
/*主菜单设置*/
.ddsmoothmenu ul li {position:relative;display:inline;float:left; line-height:45px;}
.ddsmoothmenu ul li:last-child{}
.ddsmoothmenu ul li a{display:block; font-size:15px;}
.ddsmoothmenu ul li a span{display:block; position:relative; z-index:1; padding:0px 36px; text-align:center; color:#fff;}
/*主菜单连接效果设置*/
.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited{color:#000;}
.ddsmoothmenu ul li a:hover{}
.ddsmoothmenu ul li a:hover span{color:#fff;background: #ffba15; }
.ddsmoothmenu ul li a:active span{color:#fff;background: #ffba15;}
.ddsmoothmenu ul li a.selected{}
.ddsmoothmenu ul li a.selected span{}
/*主菜单当前所在页面*/
.ddsmoothmenu ul li a#menu_selected {}
.ddsmoothmenu ul li a#menu_selected span {color:000; background: #ffba15;}
/*子集菜单设置*/
.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:40px;line-height:40px;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:150px; line-height:45px; text-align:left; color:#000; }
.ddsmoothmenu ul.menulevel li a span:hover {  color:#fff;background: #ffba15;}
/*子集菜单连接效果设置*/
.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:18px;right:4px}
.ddsmoothmenu .rightarrowclass{position:absolute;top:15px;right:10px}
/*阴影*/
.ddshadow{position:absolute;left:0;top:0;width:0;height:0;background:url(../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*/