.ddsmoothmenu-v ul{
margin: 0;
padding:5px 0;
list-style-type: none;
font-size: 13px;
font-weight:bold;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
 
.ddsmoothmenu-v ul li{
position: relative;
background:url(../images/list_arrow.png) no-repeat 0 12px; 
padding:3px 0;
border-bottom:1px solid #c1c1c1;
z-index:99999;
}
.ddsmoothmenu-v ul li ul li{ background:none;}
/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
list-style:none;
padding:3px 10px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background: #fff; background of menu items (default state)*/
color:#454545;
}
.ddsmoothmenu-v ul li:last-child{ border-bottom:0;}

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

.ddsmoothmenu-v ul li a:hover{
background: #f7f7f7; /*background of menu items during onmouseover (hover state)*/
color: #f66707;
text-decoration:none;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
background:#f0f0f0;
border-radius:5px;
z-index:99999;

}
.ddsmoothmenu-v ul li ul li a	{ padding-left:10px;}

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