.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 304px; /* Main Menu Item widths */
list-style-type: none;
font: normal 15px Arial;
line-height: 20px;
z-index:90;

}
 
.ddsmoothmenu-v ul li{
position: relative;
margin-top:0px;

}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding-left: 16px;
padding-top:4px;
padding-bottom:4px;
border-bottom: 1px solid #f3f3f3;

/*border-right: 1px solid #778;*/
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #ffffff; /*background of menu items (default state)*/
height:17px;
color: #6b6b6b;
padding-left:10px;
line-height:16px;
}


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

.ddsmoothmenu-v ul li a:hover{
background: #dfe0e5;
/*background-image: url(../images/vertical_button_background.jpg);
background-repeat: repeat-x */
color: #ff6600;
}

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


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