.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 200px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
border: 1px solid #fff; border:none; z-index:5;
}
 
/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;

}
.ddsmoothmenu-v ul li a:hover{
background: #990000; /*background of menu items during onmouseover (hover state)*/
color: white;
}
