
.DropdownMenu {
background: rgba(22,148,39,1);
background: -moz-linear-gradient(top, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,148,39,1)), color-stop(100%, rgba(117,209,125,1)));
background: -webkit-linear-gradient(top, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
background: -o-linear-gradient(top, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
background: -ms-linear-gradient(top, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
background: linear-gradient(to bottom, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#169427', endColorstr='#75d17d', GradientType=0 );
    padding-left: 0;
      width: 100%;
}


.DropdownMenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList {
    height: 35px;
    margin: 0 auto;
}
.DropdownMenu .MenuList li {
    display: block;
    float: left;
    list-style: outside none none;
}
.DropdownMenu .MenuList .TopMenuActive {
    position: relative;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    float: left;
    padding: 0 9px;
}
.DropdownMenu .MenuList .TopMenu {
    background: rgba(0, 0, 0, 0) url("/Themes/Default/Images/phantach.gif") no-repeat scroll right center;
    float: left;
    height: 35px;
    padding: 0 9px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
    color: #ffeb00;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #ffffff;
    font: bold 9pt/35px arial;
    text-decoration: none;
    text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #ffeb00;
    font: bold 9pt/35px arial;
    text-decoration: none;
    text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    display: block;
    height: 30px;
}
.DropdownMenu .MenuList .Dropdown {
    background: #f0f0f0 none repeat-x scroll left top;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    color: #111111;
    left: 0;
    position: absolute;
    text-align: left;
    top: 95%;
    width: auto;
    z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #E0EBC9 none repeat-x scroll left top;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a span {
    color: #111111;
    display: block;
    font: 13px/30px arial;
    height: 35px;
    margin: 0 15px;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}
.DropdownMenu .MenuList .Popup {
    background: #ecedef none repeat scroll 0 0;
    display: inline-block;
    left: 98%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 1001;
}
.DropdownMenu .MenuList .Popup .sub:hover {
    background: #cdcdcd none repeat-x scroll left top;
}
.DropdownMenu .MenuList .Popup .sub {
    position: relative;
}
.DropdownMenu .MenuList .Popup .sub a span {
    color: #111111;
    display: block;
    font: 13px/30px arial;
    height: 35px;
    margin: 0 15px;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}
.DropdownMenu .AdvanceBar {

    display: none;

}
