.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 260px; /* Main Menu Item widths */
list-style-type: none;
font: bold 13px Tahoma,sans-serif;

background:#fb9bf2;
}

.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ff2894;
text-decoration: none;
padding: 10px 0px 10px 10px;
border-top: 1px solid #f834e4;
border-right: 0px solid #ffffff;

}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #fb9bf2; /*background of menu items (default state)*/
color: #ff2894;
}

.ddsmoothmenu-v ul li a.selected{ /*currently */
background: #ffffff;
color:#ff2894;
}

ul.vert-one li a.current,ul.vert-one li a.current:hover{
background:#fb9bf2 url("images/vert-one_arrow.gif") no-repeat 0 9px;}

.ddsmoothmenu-v ul li a:hover{
background: #ffffff; /*onmouseover (hover state)*/
color:#ff2894;
}

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


/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
