.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
 }
 
.ddsmoothmenu-v ul li{
position: relative;
z-index: 1000;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
    display: block;
    padding: 8px 12px;
  }
.ddsmoothmenu-v ul li ul { border-left:1px solid #75bfd5; border-right:1px solid #75bfd5; border-top:1px solid #75bfd5; margin-top:-1px;}
.ddsmoothmenu-v ul li ul li a{ 
    background: #343942;
    display: block;
    padding: 8px 12px;}

.ddsmoothmenu-v a.subfolderstyle{ background-image:url(../images/right.png); background-repeat:no-repeat; background-position:97% 50%!important;
    display: block;
    padding: 8px 12px;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*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 */


