.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 100%; /* Main Menu Item widths */
list-style-type: none;
/**BACKGROUND:#f1f8fc;**/

}
.ddsmoothmenu-v a,.ddsmoothmenu-v a:hover
{
color:#000000;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
	
} 
.ddsmoothmenu-v ul li, .ddsmoothmenu-v ul li:hover
{
	POSITION: relative;
	BACKGROUND: url(kvr2.html) 5px 10px no-repeat;
	
	
}

.ddsmoothmenu-v ul li:hover
{
	POSITION: relative;
	BACKGROUND: url(kvr2.html) 5px 10px no-repeat;
}


/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
/**BORDER-TOP: 1px solid #e8ad56;**/
BORDER-TOP:dotted 1px Silver;
FONT-WEIGHT:bold;
PADDING-LEFT:10px;

}

.ddsmoothmenu-v ul li ul li a,.ddsmoothmenu-v ul li ul li a:hover
{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
BORDER-TOP: 1px solid Silver;
BORDER-RIGHT:solid 1px Silver;	
BORDER-LEFT:solid 1px Silver;
PADDING-LEFT:20px;
background:#ededed;
}
.ddsmoothmenu-v ul li ul li a:hover{BORDER-LEFT:solid 1px Blue;COLOR:#000;}
/* dinh dang item cuoi cung*/
.ddsmoothmenu-v ul li ul li a.last,.ddsmoothmenu-v ul li ul li a.last:hover
{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: Black;
text-decoration: none;
padding: 6px;
BORDER-BOTTOM: 1px solid Silver;
BORDER-RIGHT:solid 1px Silver;	
BORDER-LEFT:solid 1px Silver;
PADDING-LEFT:20px;

}
.ddsmoothmenu-v ul li ul li a.last:hover{BORDER-LEFT:solid 1px Blue;COLOR:#000;}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/**background: #414141; /*background of menu items (default state)*/
/**BACKGROUND:#FFF;**/
color: Black;

}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/**background: #f7e0a7; **/
color: Black;

}

.ddsmoothmenu-v ul li a:hover{
/**background: #f7e0a7; /*background of menu items during onmouseover (hover state)*/
color: Black;
font-weight:bold;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 176px; /*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 */