#menu-wrap, #menu-wrap ul { 
    background-color: black;
    color: #999999;
    font-family: Impact, Charcoal, sans-serif;
    font-weight: normal;
    font-style: thin;
    /*background:  url(../img/bg.png) black 0 0 repeat-x;*/
    background-color: #0F0F0F;
    background-color: #060606;
    height:45px;
    word-spacing: 0.55em; letter-spacing: 1px;
}

#menu-wrap ul a, #menu-wrap ul a:visited { 
    color: #999999;
    font-family: Impact, Charcoal, sans-serif;
    font-size:  14px;
    font-weight: normal;
    font-style: normal;
    padding: 3px  25px 6px  25px;
    padding: 4px  30px 4px  30px;
    line-height:  37px;
    background-color: #0f0f0f;
    background-color: #060606;

}
#menu-wrap li{
    border-right:1px solid black;
}
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active { 
    background-color: #2F2C2C;
    color: #ab121d;
    font-family: Impact, Charcoal, sans-serif;
    text-decoration:none;
    /*	background:  url(../img/navbgselected.png) #fff 0 0 repeat-x;*/
    background-color: #090909;
}
#menu-wrap li.selected_page a{
    color:#ab121d;

}
#menu-wrap li.selected_page > a,#menu-wrap li.selected_page:hover > a { 

    font-family: Impact, Charcoal, sans-serif;
    color:#ab121d;
    /*background:  url(../img/navbgselected.png) #fff 0 0 repeat-x;*/
}
#menu-wrap li.selected_page > a{
    color:#ab121d;
}

#menu-wrap li.selected_subpage, #menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited { 
    background-color: #2D2E2D !important;
    color: #ab121d !important;
    font-family: Impact, Charcoal, sans-serif;
    font-size:  12px;
    font-weight: normal;
    font-style: normal;
    padding:  3px  11px 6px  10px;
    line-height:  18px;
    margin-top:-3px;
}

#menu-wrap ul ul a, #menu-wrap ul ul a:visited { 
    background: #000 !important;
    color: #fff !important;
    font-family: Impact, Charcoal, sans-serif !important;
    font-size:  12px !important;
    font-weight: normal !important;
    font-style: normal !important;
    padding:  3px  11px  6px  10px;
    line-height:  30px;
    margin-top:-3px;
    border-bottom:0px solid #2D2E2D;
}

#menu-wrap ul ul a:hover { 
    background-color: #2D2E2D !important;
    color: #ab121d !important;
    font-family: Impact, Charcoal, sans-serif!important;
    font-size:  12px !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height:  30px;

}

#menu-wrap li.section { 
    background-color: #4283b7;
    color: #FFF;
    font-family: Impact, Charcoal, sans-serif;
    font-size:  12px;
    font-weight: normal;
    font-style: normal;
    padding:  5px  11px  5px  10px;
    line-height:  30px;
}

#menu-wrap { 
    height:  30px;
}

#menu-wrap ul ul { 
    top:  30px;
}

