.ddsmoothmenu-v ul{
    padding:0; margin:0; list-style:none;
    width:210px; /* Main Menu Item widths */
}

.ddsmoothmenu-v ul li{
    position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
    font:bold 11px/24px Arial; text-transform:uppercase; 
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
    text-decoration: none;
    padding-left:20px;
    background:url(../images/menu_left_bg.gif) bottom left no-repeat; /*background of menu items (default state)*/
    color:#000;
}


.ddsmoothmenu-v ul li a.selected{
    /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    color: #FF0000;
}

.ddsmoothmenu-v ul li a:hover{

}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
    position: absolute;
    width: 210px; /*Sub Menu Items width */
    top: 0;
    visibility: hidden;
    background: #fffbc2;
}
.ddsmoothmenu-v ul li ul li{
}
.ddsmoothmenu-v ul li ul li a{

    background:#000; /*background of menu items (default state)*/
    color:#ffffff;
}
.ddsmoothmenu-v ul li ul li a:hover{

    color:#FF0000;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
.leftMenunoLine{background:url(../images/menu_left_bg2.gif) bottom left no-repeat;}


