
.DropdownMenu {
    height: 35px;
    margin: 0;
    width: 1060px;
      background: #00a282 none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 19px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 0 #666;
}
.DropdownMenu ul {

    height: 35px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    padding: 0 10px;
    position: relative;
}
.DropdownMenu .MenuList li {
    border-radius: 3px;
    float: left;
    padding: 0 10px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
    color: #fefe0f;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #ffffff;
    font: bold 10pt/35px "Segoe UI",Tahoma,Verdana;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.DropdownMenu .MenuList .TopMenuActive a, .TopMenu:hover a {
    color: #ffffff;
    font: bold 10pt/35px "Segoe UI",Tahoma,Verdana;
    text-decoration: none;
    text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    background: rgba(0, 0, 0, 0) url("images/d.png") no-repeat scroll center bottom;
    display: block;
}
.DropdownMenu .MenuList .Dropdown {
    background: #eaf6fc none repeat-x scroll left top;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    height: auto;
    left: -10px;
    position: absolute;
    text-align: left;
    top: 98%;
    width: auto;
    z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #DBEFCC none repeat scroll 0 0;
    border-radius: 10px;
    color: #333;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #333;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #333;
    display: block;
    font: 10pt/30px arial;
    margin: 0;
    padding: 0 12px;
    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 .Dropdown .Popup .sub span {
    color: #333;
    font: 10pt/30px arial;
    padding: 0 10px;
    text-transform: none;
    white-space: nowrap;
}
.DropdownMenu .MenuList .Popup .sub:hover {
    background: #cdcdcd none repeat-x scroll left top;
}
.DropdownMenu .MenuList .Popup .sub {
    position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
    padding-left: 4px;
    padding-right: 4px;
}
.DropdownMenu .AdvanceBar {
    background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
    display: none;
    height: 30px;
    line-height: 30px;
}
