.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 100%; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
border-bottom: 0px none;
background-image:url(../../images/leftmenu_bg.png);
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 10px 15px;
border-bottom: 0px none;
border-right: 0px none;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background-image:url(../../images/leftmenu_bg.png);
color: white;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image:url(../../images/leftmenu_bg.png);
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background-image:url(../../images/leftmenu_bg.png); /*When an item is selected*/
color: white;
}


/*new sub start*/

.ddsmoothmenu-v ul li ul{
margin: 0;
padding: 0;
width: 100%; /* Main Menu Item widths */
position: absolute;
list-style-type: none;
font: bold 11px Verdana;
border-bottom: 0px none;
background-image:url(../../images/menu_sub_bg_out.png);
visibility:hidden;
}
 
.ddsmoothmenu-v ul li ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 9px;
border-bottom: 1px solid #CCCCCC;
border-right: 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-image:url(../../images/menu_sub_bg_out.png);
color: white;
}


.ddsmoothmenu-v ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: white;
}

.ddsmoothmenu-v ul li ul li a:hover{
background-image:url(../../images/menu_sub_bg.png); /*When an item is selected*/
color: white;
}

/*new sub end*/


/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */


