.DropdownMenu li.TopMenu:last-child {
   
}
.DropdownMenu >.MenuList > li:first-child span {
   display: none;
}
.DropdownMenu {
    background: #0074bc;
    height: 46px;
    width: 100%;
}
.DropdownMenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList {
    margin: 0 auto;
    width: 1200px;
    /* position: relative; */
}
.DropdownMenu .MenuList li {
    display: block;
    float: left;
    list-style: outside none none;
}
.DropdownMenu .MenuList .TopMenuActive, .TopMenu:hover {
    position: relative;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    background: #ef59a1;
    padding: 0 15px;
}
.DropdownMenu .MenuList .TopMenu {
    background: rgba(0, 0, 0, 0) url("/Themes/Default/Images/phantach.gif") no-repeat scroll right center;
    float: left;
    height: 45px;
    padding: 0 15px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu a:hover, .TopMenuActive a:hover {
    height: 45px;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: none;
    line-height: 45px;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
    line-height: 45px;
}
.DropdownMenu .MenuList .TopMenu:hover a {
    color: #fff;
    text-decoration: none;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    background: rgba(0, 0, 0, 0) url("images/d.png") no-repeat scroll center bottom 2px;
    display: block;
    height: 45px;
}
.DropdownMenu .MenuList li ul li a.HasChildren {
    background: rgba(0, 0, 0, 0) url("images/n.png") no-repeat right 5px center!important;
}
.DropdownMenu .MenuList .Dropdown {
    background: #338edf none repeat-x scroll left top;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: auto;
    z-index: 9998;
    overflow: visible!important;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    color: #fff;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 35px;
    position: relative;
    width: 100%;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    background: #ef59a1 none repeat-x scroll left top;
    color: #fff;
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #fff;
    display: block;
    font: 10pt/35px arial;
    height: 35px;
    margin: 0;
    padding: 0 12px;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: nowrap;
}
.DropdownMenu .MenuList .Popup {
    background: #0074bc none repeat scroll 0 0;
    display: inline-block;
    left: 100%;
    position: absolute;
    top: 0;
    width: 180px;
    z-index: 9999;
}
.DropdownMenu .MenuList .Popup .sub:hover {
    background: #ef59a1 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;
}
@media only screen and (max-width: 768px){
        .DropdownMenu .MenuList .TopMenuActive, .DropdownMenu .MenuList li.TopMenuActive, .TopMenu:first-child{
        background: none !important;
        }
        .DropdownMenu >.MenuList > li:first-child span {
   display: block !important;
}
div.DropdownMenu li.TopMenuActive > a, .DropdownMenu .MenuList .Dropdown .sub a {
    color: black !important;
}
} 