.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: auto; 
list-style-type: none;
font: normal 10pt Arial;
}
 
.ddsmoothmenu-v ul li{
position: relative;
margin: 0px;
background: transparent url('/image/freestyle2006/images/borderBottom.jpg') no-repeat center bottom;
}

.ddsmoothmenu-v ul li a{
display: block;
width: auto;
overflow: auto; 
color: white;
text-decoration: none;
padding: 10px 0px 13px 50px;
height: auto;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
color: white;
}


.ddsmoothmenu-v ul li a.selected, .ddsmoothmenu-v ul li a.select{ 
background: transparent url('/image/freestyle2006/images/leftHover.jpg') no-repeat 13px center; 
color: white;
font-weight: bold;
}


.ddsmoothmenu-v ul li a:hover{
background: transparent url('/image/freestyle2006/images/leftHover.jpg') no-repeat 13px center; 
color: white;
font-weight: bold;
}

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

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