

.ddsmoothmenu{ height:30px;}
.ddsmoothmenu ul{z-index:100; position:relative;}
.ddsmoothmenu ul li{ float:left; position: relative;display: inline;float: left; padding:0 5px; background:url(../images/Navbar_li.png) right center no-repeat;}
.ddsmoothmenu ul li a{ display:block; height:33px; font:bold 14px/30px Tahoma, Geneva, sans-serif; width:75px; text-align:center; color:#000;}
.ddsmoothmenu ul li a:hover,.ddsmoothmenu ul li a.on{ background:url(../images/Navbar_a.png) center top no-repeat; color:#06c;}


.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 a.selected{ background:url(../images/Navbar_a.png) center top no-repeat; color:#06c;}
.ddsmoothmenu ul li li a.selected{ background:#2C54AE;}
.ddsmoothmenu ul li li a:hover{background:#06c; color: white;}	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{position: absolute;left: 0;display: none; /*collapse all sub menus to begin with*/visibility: hidden; border-bottom:3px solid #4C94DB; margin-left:5px; margin-top:-2px;}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{display: list-item;float: none; padding:0; background:#fff;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{top: 0;}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{width:80px; text-align:center; font:normal 12px/25px "宋体"; height:25px; color:#06c; /*width of sub menus*/ padding:0; margin: 0;border-top-width: 0;border-top: 1px solid #4C94DB;}

/* 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;}