.ddsmoothmenu {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align:left;
}
.ddsmoothmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 100;
}
.ddsmoothmenu ul li {
    display: inline;
    float: left;
    position: relative;
}
.ddsmoothmenu ul li a {
    color: white;
    display: block;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 0;
    padding: 15px 12px;
    text-decoration: none;
}
.ddsmoothmenu ul li img 
{
    padding: 4px 0 0 0;
}
.ddsmoothmenu ul li a:hover {
    color: #ED591B;
}
* html .ddsmoothmenu ul li a {
    display: inline-block;
}
.ddsmoothmenu ul li a.selected {
    color: #ED591B;
}
.ddsmoothmenu ul li ul li a.selected {
    color: white;
}
.ddsmoothmenu ul li ul li a:hover {
    background: none repeat scroll 0 0 #999999;
    color: white;
}
.ddsmoothmenu ul li ul {
    background: none repeat scroll 0 0 #cccccc;
    display: none;
    left: 0;
    margin-top:-7px;
    position: absolute;
    text-transform: none;
    visibility: hidden;
}
.ddsmoothmenu ul li ul li {
    display: list-item;
    float: none;
}
.ddsmoothmenu ul li ul li ul {
    top: 0;
}
.ddsmoothmenu ul li ul li a {
    border-bottom: 1px solid gray;
    border-top-width: 0;
    color: #000000;
    font-family: Verdana Tahoma,Arial,"Times New Roman";
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 7px;
    padding-left:12px;
    width: 180px;
}
* html .ddsmoothmenu {
    height: 1%;
}
.downarrowclass {
    position: absolute;
    right: 7px;
    top: 12px;
}
.rightarrowclass {
    position: absolute;
    right: 5px;
    top: 6px;
}
.ddshadow {
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.toplevelshadow {
    opacity: 0.5;
}
