.ddsmoothmenu-v{
/*background:url('../images/icon/sanpham.jpg') no-repeat center top;*/
background:#ffd843;
font-size:12px;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 214px; /* Main Menu Item widths */
list-style-type: none;
position: relative;
z-index:0;
}
 
.ddsmoothmenu-v ul li{
position: relative;
z-index:0;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #1e3e6f;
text-decoration: none;
padding: 4px 0px;
padding-left:48px;
line-height:22px;
_padding-left:50px;
}

.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)*/
color:#1e3e6f;
display: block;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#1e3e6f;
}

.ddsmoothmenu-v ul li a:hover{
color:#1e3e6f;
font-weight:bold;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 204px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
display:block;
}

.ddsmoothmenu-v ul li ul li a:hover,.ddsmoothmenu-v ul li ul li a:visited{
color:#2e5c9d;
width:204px;
line-height:22px;
}

/* Sub level menu links style */
.ddsmoothmenu-v ul li ul li a{
width: 204px; /*width of sub menus*/
padding-left: 10px;
border-bottom:1px #FFFFFF solid;
background-color:#ffd842;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
