.ddsmoothmenu-v ul {
margin: 0;
padding: 0;
width: 206px; /* Main Menu Item widths */
list-style-type: none;
font: 14px Arial;
text-transform:uppercase;
line-height:43px;
border-top: 1px dotted #ec9790;
}
 
.ddsmoothmenu-v ul li {
position: relative;
color: white;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a {
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;

text-decoration: none;
padding: 0px 0px 0px 11px;
border-bottom: 1px dotted #ec9790;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #ffffff;
color: black;
}


.ddsmoothmenu-v ul li a.selected,.ddsmoothmenu-v ul li a.selecton { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #ec9790 url(/images/leftnavback1.jpg); 
color: white;
font-weight:bold;
border-left: 1px solid #eeeeee;
}

.ddsmoothmenu-v ul li a:hover {
background: #ec9790 url(/images/leftnavback1.jpg); /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul {
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
line-height:28px;
font-weight: normal;
visibility: hidden;
background: #ec9790;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #cccccc;
}



.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active{
background: #ec9790 url(/images/leftnavback2.jpg); /*2nd background of menu items during onmouseover (hover state)*/
font: 12px Arial;
text-transform:none;
line-height:28px;
color: white;
border-bottom: 1px solid #ec9790;
border-right: none;
}

.ddsmoothmenu-v ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #ec9790 url(/images/leftnavback2.jpg); 
color: white;
}

.ddsmoothmenu-v ul li ul li a:hover{
background: #ec9790 url(/images/leftnavback2.jpg); /*background of menu items during onmouseover (hover state)*/
color: #333333;
}



 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
