.menuTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #F26521;
    font-weight: bold;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    text-align:left;
}

.ddsmoothmenu-v {
    filter:alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9;
}


.ddsmoothmenu-v ul{
    text-align:left;
    margin: 0;
    padding: 0;
    width: 225px; /* Main Menu Item widths */
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    vertical-align:bottom;
    /* border-top: 1px solid #ccc; */
}
 
.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: #666666;
text-decoration: none;
padding: 3px;
padding-top: 5px;
padding-bottom: 3px;
padding-left: 25px;
border-top: 1px solid #778;
/* border-right: 1px solid #778; */
}


.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background: white;*/ /*background of menu items (default state)*/
color: #666666;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/* background: black; */
color: #666666;
}

.ddsmoothmenu-v ul li a:hover{
/* background: black; */ /*background of menu items during onmouseover (hover state)*/
color: #F26521;
}

.ddsmoothmenu-v ul li a.active {
color: #F26521;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
background-color: #efeff1;
width: 220px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

.ddsmoothmenu-v ul li ul li {
    z-index:100;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
