
.DropdownMenu {
    background: #166add url("images/menutop.png") repeat-x scroll left top;
    margin: 1px 0 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;
    background: #fff;
    margin:3px 5px 0 5px;
    border-radius: 8px 8px 0 0;
}
.DropdownMenu .MenuList .TopMenuActive span{
    color: #166add;
    font: bold 13px/35px arial;
    text-decoration: none;
    text-transform: uppercase;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    float: left;
    padding: 0 12px;
}
.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 12px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #ffffff;
    font: bold 13px/35px arial;
    text-decoration: none;
    text-transform: uppercase;
}

.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    background: url("images/d.png") no-repeat scroll center bottom;
    display: block;
    height: 34px;
    font-size:12px;
}
.DropdownMenu .MenuList .Dropdown {
    background: #d3e8fb 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;
    overflow: inherit !important;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #cdcdcd 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: #d3e8fb none repeat scroll 0 0;
    left: 98%;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 1001;
    overflow: inherit !important;
}
.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 ul.Dropdown li.sub a.HasChildren {
    background:none;
}
.DropdownMenu .AdvanceBar {

    display: none;

}