
  
       
        #smoothmenu2
        {
            position: absolute;
            display: none;
            list-style: none;
            z-index:1000;
        }

         
        
        
.ddsmoothmenu-v ul{
    margin: 0;
    padding: 0;
    list-style-type: none;

}
 
.ddsmoothmenu-v ul li{
    position:relative;
}
.ddsmoothmenu-v ul li:hover{
}


/* Top level menu links style */
.ddsmoothmenu-v ul li a{

}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
    color: white;
}


.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: 240px; /*Sub Menu Items width */
    left:240px !important;
    background-color:Black;
    font-weight: normal;
    padding-left:0px;
    text-align:left;
    background-image:none;

}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
    display: none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
    display: none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
    display: none;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
    display: none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */