.ddsmoothmenu{
font: bold 12px Tahoma, Geneva, sans-serif;
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
}

* 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{
color: white;
font-size:12px;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: white;
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #6be;
color: white;
}

.ddsmoothmenu ul li a:hover{
color: #FF0;
background: #39F;
text-decoration: none;
margin:0; 
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width: 133px; /*width of sub menus*/
background: #FFD; border:1px solid #4BF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border-bottom: 1px solid gray;
border-right: 1px solid #778;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0 !important;
}

/* LYT */
.ddsmoothmenu ul li ul .z{font-weight: normal; padding:8px 0; text-align:center; color:#777}

/*多层菜单 */
.ddsmoothmenu ul li ul li ul li ul li a{
	background:#AF8;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
display: block;
padding: 5px;
margin: 0;
border-top-width: 0;
color:#333 !important;
background: #DEF; /*background of menu items (default state)*/
}
.ddsmoothmenu ul li ul li a:hover{
background: #9CF;
}

/* 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;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### 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;
}

.ddsmoothmenu ul li .tm1{height:31px; width:131px; background: url(tm1a.jpg);}
.ddsmoothmenu ul li .tm1:hover{background: url(tm1b.jpg);}
.ddsmoothmenu ul li .tm2{height:31px; width:131px; background: url(tm2a.jpg);}
.ddsmoothmenu ul li .tm2:hover{background: url(tm2b.jpg);}
.ddsmoothmenu ul li .tm3{height:31px; width:131px; background: url(tm3a.jpg);}
.ddsmoothmenu ul li .tm3:hover{background: url(tm3b.jpg);}
.ddsmoothmenu ul li .tm4{height:31px; width:131px; background: url(tm4a.jpg);}
.ddsmoothmenu ul li .tm4:hover{background: url(tm4b.jpg);}
.ddsmoothmenu ul li .tm5{height:31px; width:131px; background: url(tm5a.jpg);}
.ddsmoothmenu ul li .tm5:hover{background: url(tm5b.jpg);}
.ddsmoothmenu ul li .tm6{height:31px; width:131px; background: url(tm6a.jpg);}
.ddsmoothmenu ul li .tm6:hover{background: url(tm6b.jpg);}
.ddsmoothmenu ul li .tm7{height:31px; width:131px; background: url(tm7a.jpg);}
.ddsmoothmenu ul li .tm7:hover{background: url(tm7b.jpg);}
.ddsmoothmenu ul .tm0a{height:31px; width:12px; background:url(tm0a.png);}
.ddsmoothmenu ul .tm0b{height:31px; width:12px; background:url(tm0b.png)}
.ddsmoothmenu ul .tm0c{height:31px; width:39px; background:url(menu0.jpg)}
