.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 238px; /* Main Menu Item widths */
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	padding-bottom:10px;
}


 
.ddsmoothmenu-v ul li{
	position: relative;
	
	width:233px;
	padding:7px 0px;
	padding-left:5px;
	background:url(../images/line_danhmuc.jpg) no-repeat bottom;
	float:left;
	
}

.ddsmoothmenu-v ul li .icon_dm
{
	background:url(../images/icon_danhmuc.jpg) no-repeat center;
	width:12px;
	height:20px;
	float:left;
	margin-right:8px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#000;
text-decoration: none;
line-height:20px;
padding-top:0px;

text-transform:capitalize;
font-weight:bold;
}

.ddsmoothmenu-v ul li a:active{
color: #900;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #900;;
}
.ddsmoothmenu-v ul li:hover
{

}
.ddsmoothmenu-v ul li:hover a{
  /*background of menu items during onmouseover (hover state)*/
color: #F00;;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
float:left;
/*visibility: hidden;*/
/*background:#f5f5f5;*/
border-radius:0px;
z-index:100000;
padding:0px;
margin:0px;
width:225px;
}
.ddsmoothmenu-v ul li ul li
{
	background:url(../images/icon_dmc.png) no-repeat left;
	float:left;
	border:none;
	margin:0px;
	width:205px;
	padding:3px 0px;
	padding-left:25px;
}

.ddsmoothmenu-v ul li ul li a
{
	line-height:20px;
	font-size:12px;
	color:#000 !important;
}
.ddsmoothmenu-v ul li ul li:hover a
{
	color:#F00 !important;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */