.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 192px; /* Main Menu Item widths */
list-style-type: none;
}

 
.ddsmoothmenu-v ul li{
position: relative;
width: 220px;
margin-left: 6px;
min-height: 33px;
background: url('../images/1.png') top 10px left 5px no-repeat;
list-style: none;
border-bottom: 1px dashed white;
}

/* 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 img{
display:none;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
font-weight: bold;
line-height: 29px;
padding-left: 26px;
font-family: -webkit-body;
font-size: 14px;
padding-right: 0px!important;
color: white;
}

.ddsmoothmenu-v ul li a:hover{
color: #ee0027;
}
.ddsmoothmenu-v ul li:last-child{
border-bottom: 0px dashed white;
}


.ddsmoothmenu-v ul li ul li{
position: relative;
z-index: 999999;
width: 191px;
height: 29px;
background: url('../images/menuleft.png') no-repeat;
list-style: none;
}
.ddsmoothmenu-v ul li ul li a{
line-height: 28px!important;
font-size: 12px!important;
color: #312d2e;
text-transform: inherit;
font-family: Arial!important;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}



/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
margin-top:0px;
width: 192px!important; /*Sub Menu Items width */
top: 0;
background: white;
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 */