
#CommonMenuMain .ddsmoothmenu-v{ }
#CommonMenuMain .ddsmoothmenu-v ul{}
#CommonMenuMain .ddsmoothmenu-v ul li{position: relative;display: inline-block;}
/* Top level menu links style */
#CommonMenuMain .ddsmoothmenu-v ul li a{
display:inline-block;
}
#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:230px;top:0;visibility:hidden;z-index: 99;background:#30a95c;margin: 0;padding: 5px 0;list-style-type: none;border-radius: 4px;}
#CommonMenuMain .ddsmoothmenu-v ul li ul li{display:block;text-align:left;border-bottom: 1px solid #60c184;padding: 0 20px;transition: 0.3s;background: none;}
#CommonMenuMain .ddsmoothmenu-v ul li ul li:hover { background: url(bglisthv.png.ashx) no-repeat;background-size: 100% 100%;}
#CommonMenuMain .ddsmoothmenu-v ul li ul li:hover a{color: #b5edff}

#CommonMenuMain .ddsmoothmenu-v ul li ul li a.subitem{display:block;font:normal 14px/36px Arial;color: #fff;background: url(icorow.png.ashx) no-repeat left 15px;padding-left: 13px;}
#CommonMenuMain .ddsmoothmenu-v ul li ul li:hover a.subitem{ color: #005baa;background: url(icorowhv.png.ashx) no-repeat left 15px;}
#CommonMenuMain a.subitem span{display:inline-block;padding-left:5px}
#CommonMenuMain .ddsmoothmenu-v ul li ul li:last-of-type{ border-bottom: none;}
 
/* Holly Hack for IE \*/
#CommonMenuMain .ddsmoothmenu-v ul li ul{
height:0\9
}
/* End */

.downarrowclass{display:none}
.rightarrowclass{display:none}
