/* Ô´ÂëÀ´×Ô£ºÁÒ»ðÏÂÔØ http://down.liehuo.net */

.ddsmoothmenu-v{ width:198px; border-left:#dcdcdc solid 1px; border-right:#dcdcdc solid 1px; border-bottom:#dcdcdc solid 1px; padding-bottom:12px; margin-bottom:15px; }

.ddsmoothmenu-v ul{



}
 
.ddsmoothmenu-v ul li{

width:185px;
	height:34px;
	line-height:34px;
	text-align:center;
	margin:0 auto;
	background: url(../images/xdh_a.jpg) no-repeat center center;

position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #333;
text-decoration: none;

height:34px; width:185px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{

}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}

.ddsmoothmenu-v ul li a:hover{

color:#FFFFFF;
	background: url(../images/xdh_hov.jpg) no-repeat center center;

}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;

top: 0;
font-weight: normal;
visibility: hidden;
}
.ddsmoothmenu-v ul li ul li{ background: url(../images/xdh_aa.jpg) no-repeat center center;  }

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */