.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;
margin-bottom:10px;
margin-top:10px;
}

.ddsmoothmenu-v ul li:hover
{
	
}
 
.ddsmoothmenu-v ul li{
	position: relative;
	width:200px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:url(../images/nen_dm_dichvu.jpg) no-repeat left bottom;
	float:left;
	font-weight:bold;
	padding-bottom:13px;
	padding-top:5px;


}
.ddsmoothmenu-v .dm_c1
{

	
}

/* 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;
background:url(../images/dot.png) no-repeat left center;
padding-left:20px;

	
}

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


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

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

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
visibility: hidden;
border:solid 1px #CCCCCC;
border-bottom:none;
padding:0px;
margin:0px;
width:208px;

}
.ddsmoothmenu-v ul li ul li
{
background:#FFFFFF;
border-bottom:solid 1px #CCCCCC;
padding:4px 0px;
margin:0px;

}

.ddsmoothmenu-v ul li ul li a
{
	background:none;
	padding:0px 5px;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */