
.Navbar{ height:38px; margin-bottom:1px; position:relative; z-index:100000; background:url(../images/nav_bg.png) left top repeat-x;}
.ddsmoothmenu{ width:986px; padding-left:14px;} 
.ddsmoothmenu ul{}
.ddsmoothmenu ul li{ position: relative; float:left; background:url(../images/nav_li.png) right center no-repeat; padding-right:2px; height:38px;}

.ddsmoothmenu ul li a{ width:160px; height:38px; text-align:center; display:block; float:left; font:normal 14px/38px "宋体"; color:#fff;}
.ddsmoothmenu ul li a:hover,.ddsmoothmenu ul li a.on,.ddsmoothmenu ul li a.selected{ background:#006A2E; color:#fff;}
/*.ddsmoothmenu ul li a.on,.ddsmoothmenu ul li a:hover{ background:url(../images/nav_a.jpg) left top repeat-x; color:#333;}*/

.ddsmoothmenu ul li li a{ background:#fff; border:none; text-align:left;}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/display: inline-block;}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{}
.ddsmoothmenu ul li li a.selected{ background:#1A7943; border-right:0;}
.ddsmoothmenu ul li li a:hover{background:#1A7943; color: white;}	
/* 浅蓝背景5E9EED色 */


/*1st sub level menu*/
.ddsmoothmenu ul li ul{position: absolute;left: 0;display: none; width:160px; /*collapse all sub menus to begin with*/visibility: hidden;}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{display: list-item;float: none; padding:0; border:0; height:29px; margin:0; float:left;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{top: 0; left:108px; width:100px;}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{ padding:0; margin: 0; width:160px; text-align:center; float:left; font:normal 12px/28px "宋体"; height:28px; color:#fff; /*width of sub menus*/border-top: 1px solid #009842; background:#006A2E;}
.ddsmoothmenu ul li ul li ul li a{ width:100px;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{position: absolute;top: 12px;right: 7px; display:none;}
.rightarrowclass{position: absolute;top: 6px;right: 5px; display:none;}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{position: absolute;left: 0;top: 0;width: 0;height: 0;background: silver;}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/opacity: 0.8;}