.ddsmoothmenu-v{
display: none;
position:relative
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 100%; /* Main Menu Item widths */
list-style-type: none;
 
}
 
.ddsmoothmenu-v ul li{
position: relative;
float: none;
background:url(../images/menu-bg.png) repeat-x #fff; border-bottom:1px solid #bfbfbf; border-top:1px solid #fff;
transition:All .5s ease;
-webkit-transition:All .5s ease;
-moz-transition:All .5s ease;
-o-transition:All .5s ease;
}
.ddsmoothmenu-v ul li.active,.ddsmoothmenu-v ul li:hover{background:url(../images/menu-bg-h.png) repeat-x}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{ text-transform:uppercase;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFF;
text-decoration: none;
padding: 8px 12px;
transition:All .5s ease;
-webkit-transition:All .5s ease;
-moz-transition:All .5s ease;
-o-transition:All .5s ease;
 
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background:url(../images/menu-arow.png) no-repeat 15px center; padding-left:35px;
color: #111111;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/menu-hover-arrow.png) no-repeat left center !important;
color: #fff;
}

.ddsmoothmenu-v ul li a:hover{
background: url(../images/menu-hover-arrow.png) no-repeat left center;
color: #fff;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 220px; /*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 */