.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 210px; /* Main Menu Item widths */
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	padding:10px 0px;
	background:#FFF;
	border:solid 1px #CCCCCC;
}


 
.ddsmoothmenu-v ul li{
	position: relative;
	z-index:100000;
	
	width:200px;
	padding:5px 0px;
	padding-left:5px;
	border-bottom:dashed 1px #CCCCCC;
	float:left;
	
}

.ddsmoothmenu-v ul li .icon_dm
{
	background:url(../images/icon_danhmuc.png) 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;
border-radius:0px;
z-index:100000;
padding:0px;
margin:0px;
width:200px;
border:none;
}

.ddsmoothmenu-v ul li .cat2_active
{
	visibility:visible !important;
	display:block !important;
}


.ddsmoothmenu-v ul li ul li
{
	background:url(../images/icon_dmc.png) no-repeat left;
	position:relative;
	border:none;
	margin:0px;
	width:180px;
	padding:3px 0px;
	padding-left:20px;
}

.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 */