@charset "utf-8";

/*********************************************** 横向主导航条 ***********************************************/
.ddsmoothmenu{ margin: 0px auto;}
.ddsmoothmenu ul{margin:0;padding:0;}


/*主菜单设置*/

.ddsmoothmenu ul li{position:relative;display:inline;float:left;}
.ddsmoothmenu ul li:last-child{ background:none;}
.ddsmoothmenu ul li a{ margin:0px 25px; display:block; font-size:15px; line-height:55px;}
.ddsmoothmenu ul li a span{display:block; position:relative; z-index:1; width:120px; text-align:center; color:#000;}



/*主菜单连接效果设置*/

.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited{color:#fff;}
.ddsmoothmenu ul li a:hover{background:;}
.ddsmoothmenu ul li a:hover span{color:;}
.ddsmoothmenu ul li a:active span{color:#fff;}
.ddsmoothmenu ul li a.selected{background:;}
.ddsmoothmenu ul li a.selected span{color:;}

/*主菜单当前所在页面*/

.ddsmoothmenu ul li a#menu_selected{ background:;}
.ddsmoothmenu ul li a#menu_selected span{color:;}


/*子集菜单设置*/

.ddsmoothmenu ul.menulevel{position:absolute;left:0;display:none;visibility:hidden; text-align:left}
.ddsmoothmenu ul.menulevel li{background:none;margin:0px;padding:0px;display:list-item;float:none; background:#00954a; width:180px;}
.ddsmoothmenu ul.menulevel li a{ 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; }
.ddsmoothmenu ul.menulevel li a span { width:130px; color:#000; line-height:45px; text-align:left; padding:0px 25px;}
.ddsmoothmenu ul.menulevel li a span:hover { color:#fff; background:#30318b;}


/*子集菜单连接效果设置*/

.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:#002a55;}
.ddsmoothmenu ul.menulevel li a.selected{background:url(../images/mainmenu1.gif) repeat-x left -90px;color:#000;}


/*下拉箭头*/

.ddsmoothmenu .downarrowclass{position:absolute;top:25px;right:15px}
.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*/