.ddsmoothmenu-v ul.menu{
margin: 0;
padding: 0;
width: 100%; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
}
 
.ddsmoothmenu-v ul.menu li{
position: relative;
 width:100%; text-align:center; background:url(http://quanlotnamgiasi.com/images/line.png) no-repeat bottom center;
}

/* Top level menu links style */
.ddsmoothmenu-v ul.menu li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#fff;  font-size: 18px; font-family:Myriad Pro, Arial, Helvetica, sans-serif;width:100%; text-align:right;  padding:6px 0px; font-weight:normal;
}

.ddsmoothmenu-v ul.menu li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background of menu items (default state)*/
color: white;
}


.ddsmoothmenu-v ul.menu li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

color: #058d2b;
}

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

/*Sub level menu items */
.ddsmoothmenu-v ul.menu li ul{
position:absolute;background-color:rgba(0,0,0,0.7);
width: 250px; /*Sub Menu Items width */
top: 0; left:255px; border-right:2px solid rgba(102,102,102,0.5);
font-weight: normal;
visibility: hidden;
}
.ddsmoothmenu-v ul.menu li ul li:hover{}

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