.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 220px;
list-style-type: none;
font: 12px "微软雅黑";
}
 
.ddsmoothmenu-v ul li{
position: relative;
background:#fff;

}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
text-decoration: none;
padding: 0px 0px 0px 5px;
background:url(../image/lm_bg.png) repeat-x;
}
.ddsmoothmenu-v ul li a img{display:block; float:right;}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
color: #666;
}
.ddsmoothmenu-v ul li a:hover{
color: #666;
}
/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 220px !important; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
border-radius:5px;
background:#ECECEC;
padding-top:3px;
padding-bottom:3px;
}
.ddsmoothmenu-v ul li ul li{width:214px; text-align:left; margin-left:2px;}
.ddsmoothmenu-v ul li ul li:hover{width:214px !important; text-align:left; margin-left:2px;}
 .ddsmoothmenu-v ul li ul li a{ font-size:14px !important;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */