.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 270px; /* Main Menu Item widths */
list-style-type: none;
font: 11px Verdana;

border-bottom: 1px solid #CBEBDC;
margin-left: 10px;
z-index:100;
}
 
.ddsmoothmenu-v ul li{
position: relative;
background-image: url(../images/arsimaListImage.gif);
background-repeat: no-repeat;
background-position: 0px 7px;
padding-left: 17px;
border: 1px solid #CBEBDC;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #00A851;
text-decoration: none;
background: #CBEBDC;
padding: 3px 5px 3px 3px;
font: 11px Verdana;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #CBEBDC; /*background of menu items (default state)*/
color: #00A851;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #00A851; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: #00A851; /*background of menu items during onmouseover (hover state)*/
color: white;
text-decoration: none;
padding: 3px 5px 3px 3px;
font: 11px Verdana;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 220px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
margin-left: 0px;
}
.ddsmoothmenu-v ul li ul li{
background: none;
padding-left: 0px;
border: 1px solid #CBEBDC;
}
.ddsmoothmenu-v ul li ul li a{
color: #FFFFFF;
text-decoration: none;
background: #00A851;
}
.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active{
color: white;
text-decoration: none;
background: #00A851;
}
.ddsmoothmenu-v ul li ul li a:hover{
background-color: #67CB97;
text-decoration: none;
color: white;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */