/* Ô´ÂëÀ´×Ô£ºÁÒ»ðÏÂÔØ http://down.liehuo.net */
.ddsmoothmenu-v{z-index:1000;}
.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 218px; /* Main Menu Item widths */
list-style-type: none;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
color:#333;

}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
text-decoration:none; font-size:13px;display:block; line-height:24px; height:35px; text-indent:30px;margin:0 0 2px 0;background:url(../images/commenubg.jpg) no-repeat; overflow:hidden; line-height:35px; padding:0 10px 0 13px; color:#333;
}

.ddsmoothmenu-v ul li a:hover, .ddsmoothmenu-v ul li a:active{
text-decoration:none; font-size:13px; color:#333;display:block; line-height:24px; height:35px; text-indent:30px;margin:0 0 2px 0;background:url(../images/commenubg02.jpg) no-repeat; overflow:hidden; line-height:35px; 
}
.ddsmoothmenu-v ul li li a:link,  .ddsmoothmenu-v ul li li a:visited, .ddsmoothmenu-v ul li li a:active{ background:url(../images/commenubg02.jpg) no-repeat;text-decoration:none; font-size:12px;display:block;  height:35px; margin:0 2px 2px 0; overflow:hidden; font-size:12px;
line-height:35px;color:#fff;

}

.ddsmoothmenu-v ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
text-decoration:none;color:#fff;cursor:pointer; margin:0 2px 2px 0;}

.ddsmoothmenu-v ul li ul li a:hover{ 
text-decoration:none;color:#bbbbbb;cursor:pointer; margin:0 2px 2px 0;}

.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
text-decoration:none;color:#000;cursor:pointer;  margin:0 2px 2px 0;}

.ddsmoothmenu-v ul li a:hover{
text-decoration:none;color:#fff;cursor:pointer; margin:0 2px 2px 0;}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 218px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */