.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 170px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
}
 
.ddsmoothmenu-v ul li{
position: relative;
float: none;
border-bottom: dotted 1px #cccccc;
 background:  url('images/arrow.html') no-repeat left; 
text-indent: 25px;*/
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
width:205px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
text-decoration: none;
color: #111111;
font-weight: bold;
line-height: 25px;
border-bottom: dotted 1px #cccccc;
height: 25px;
width: 205px;
display: block;
text-indent: 15px;
overflow:auto;
background: #c2c2c2; 
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
text-decoration: none;
color: #111111;
font-weight: bold;
line-height: 25px;
border-bottom: dotted 1px #cccccc;
height: 25px;
width: 205px;
display: block;
text-indent: 15px;
background: #c2c2c2;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #333333!important; 
color: #ffffff;
}

.ddsmoothmenu-v ul li a:hover{
background: #333333; /*background of menu items during onmouseover (hover state)*/
color: #ffffff;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}


.ddsmoothmenu-v ul li ul li a{
background: #c2c2c2;
color:#222222!important;
}

.ddsmoothmenu-v ul li ul li a:hover{
background: #333333;
color:#ffffff!important;
}
 
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */