.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 195px; /* Main Menu Item widths */
list-style-type: none;
font:13px "Arial Black", Gadget, sans-serif;
color:#FFF;
}
.ddsmoothmenu-v ul li{
position: relative;
float: none;
font:13px "Arial Black", Gadget, sans-serif;}


/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow:hidden; /*force hasLayout in IE7 */
color:#E8E8E8;
text-decoration: none;
padding: 10px 28px 15px 6px;
font:13px "Arial Black", Gadget, sans-serif;}


.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #000; /*background of menu items (default state)*/
color: #E8E8E8;
font:13px "Arial Black", Gadget, sans-serif;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #000 !important; 
color: #E8E8E8;
font:13px "Arial Black", Gadget, sans-serif;
}

.ddsmoothmenu-v ul li a:hover{
background: #999; /*background of menu items during onmouseover (hover state)*/
color: #000;
font:13px "Arial Black", Gadget, sans-serif;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 175px; /*Sub Menu Items width */
top: 0;
margin:5px 10px 5px 5px;
visibility: hidden;
font:13px "Arial Black", Gadget, sans-serif;}


 
