.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 250px; /* Main Menu Item widths */
list-style-type: none;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight:normal;
text-align:left;
/*border-bottom: 1px solid #ccc;*/
}
 
.ddsmoothmenu-v ul li{
position: relative;
width:290px;
height:35px;
line-height:35px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #EDF1F4;
text-decoration: none;
height:35px;
display:block;
width:290px;
font-weight:normal;
background-image:url(../images/menu_buttons.png);
background-repeat:no-repeat;
padding-left:40px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
color: #EDF1F4;

}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #000;
background-position:0 -35px;
}

.ddsmoothmenu-v ul li a:hover{
color: #000;
background-position:0 -35px;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 250px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

.ddsmoothmenu-v ul li ul li{
/* for IE */
  filter:alpha(opacity=92);
  /* CSS3 standard */
  opacity:0.92;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */