#EIMS_C_22_1_smoothmenu1{ width:900px; margin-left:auto; margin-right:auto; background:none; }

.EIMS_C_22_1_ddsmoothmenu{ font-size:12px; font-family:"宋体"; background:none;width: 100%;}
.EIMS_C_22_1_ddsmoothmenu ul{z-index:100;margin: 0;padding: 0;list-style-type: none;}
/*Top level list items*/
.EIMS_C_22_1_ddsmoothmenu ul li{position: relative;display: inline;float: left;}
/*Top level menu link items style*/
.EIMS_C_22_1_ddsmoothmenu ul li a{display: block; background: #666; color: white; padding: 8px 10px; border-right: 1px solid #778;color: #2d2b2b;text-decoration: none;
}
* html .EIMS_C_22_1_ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.EIMS_C_22_1_ddsmoothmenu ul li a:link, .EIMS_C_22_1_ddsmoothmenu ul li a:visited{color: white;}
.EIMS_C_22_1_ddsmoothmenu ul li a.selected{ background: #000; color: white;}
.EIMS_C_22_1_ddsmoothmenu ul li a:hover{ background: #000; color: white;}
	
/*1st sub level menu*/
.EIMS_C_22_1_ddsmoothmenu ul li ul{position: absolute;left: 0;display: none; visibility: hidden;}
/*Sub level menu list items (undo style from Top level List Items)*/
.EIMS_C_22_1_ddsmoothmenu ul li ul li{display: list-item;float: none;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.EIMS_C_22_1_ddsmoothmenu ul li ul li ul{top: 0;}
/* Sub level menu links style */
.EIMS_C_22_1_ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 120px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

* html .EIMS_C_22_1_ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
.EIMS_C_22_1_downarrowclass{position: absolute;top: 12px;right: 7px;}
.EIMS_C_22_1_rightarrowclass{position: absolute;top: 6px;right: 5px;}

.EIMS_C_22_1_ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.EIMS_C_22_1_toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}