#CommonMenuMain .ddsmoothmenu-v{}
#CommonMenuMain .ddsmoothmenu-v ul{
margin: 0;
padding: 0;
list-style-type: none
}
#CommonMenuMain .ddsmoothmenu-v ul li{
position: relative;display:inline-block
}
#CommonMenuMain .ddsmoothmenu-v ul li:first-child {}
/* Top level menu links style */
#CommonMenuMain .ddsmoothmenu-v ul li a{

display:inline-block;
font:15px/44px 'UVNHongHaHep'; color: #fff; display: block;
text-shadow: 0.1em 0.1em 0.05em #333; text-transform:uppercase;text-align:center
}
#CommonMenuMain .ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
}
#CommonMenuMain .ddsmoothmenu-v ul li a:hover{
}
/*Sub level menu items */
#CommonMenuMain .ddsmoothmenu-v ul li ul{
position:absolute;    
width:200px;
top:0;
margin-top:2px;
visibility:hidden;
z-index:9999
    /*background:url(bgsub.png.ashx) no-repeat;*/
}
#CommonMenuMain .ddsmoothmenu-v ul li ul li{display:block;padding:7px 8px 8px 12px;text-align:left;background:url(bgsub.png.ashx) no-repeat;}
/*#CommonMenuMain .ddsmoothmenu-v ul li ul li a:hover{color:#ff007e;}*/
#CommonMenuMain .ddsmoothmenu-v ul li ul li:hover {background:url(bgsubh.png.ashx) no-repeat}
#CommonMenuMain .ddsmoothmenu-v ul li ul li a{display:block;font:normal 12px Arial; color:#ffffff;text-transform:none;text-align:left}
#CommonMenuMain a.subitem span{/*background:url(listsubmenu.png.ashx) no-repeat 0px 4px;*/display:inline-block;padding-left:15px}
 
/* Holly Hack for IE \*/
#CommonMenuMain .ddsmoothmenu-v ul li ul{
height:0\9
}
/* End */

.downarrowclass{display:none}
.rightarrowclass{display:none}
