/* ------------------------------------
   Navigation 
   ------------------------------------ */
#navcontainer {

    margin: 0 1px 0 0;
    padding: 0px 0px 30px 0px;
    text-align: left;;
    font-family: Tahoma, Arial, Helvetica, sans-serif !important;

}

#navcontainer ul {

    margin: 0;
    padding: 0;
    list-style-type: none;

}

.navbackground a {
    background-color: #777!important;
    filter: alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60; -khtml-opacity: 0.60;
}

#navcontainer a {
    display: block;
    width: 155px;
    margin: 1px 0 0 0 !important;
    padding: 1px 8px;
    color: #d8d8d8;
    font-size: 12px;
    text-decoration: none;
}


#current {
    background-color: #cc0000 !important;
    color: #f5f5f5 !important;
    margin: 1px 0 0 0 !important;
}

#navcontainer a:hover {
    color: #f5f5f5;
    background-color: #660000 !important;
    margin: 1px 0 0 0 !important;
}


#navcontainer ul li {
    margin: 0;
}
#navcontainer ul ul li {
    margin: 0;
}

#navcontainer ul ul a {
    display: block;
    padding: 1px 3px 0 20px;
    margin: 0;
    width: 148px !important;
    color: #d8d8d8;
    background-color: #660000;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    background-image: url(../images/arrow_r_left.gif);
    background-repeat: no-repeat;
    background-position: 4px 4px;
}
#subcurrent {
    background-color: #a02b1f !important;
    background-image: url(../images/arrow_g_left.gif);
    background-repeat: no-repeat;
    background-position: 4px 4px !important;
}

.navsubbackground {
    width: 171px !important;
    filter: alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80; -khtml-opacity: 0.80;
}

#navcontainer ul ul a:hover {
    color: #e5e5e5;
    background-color: #770000;
    text-decoration: none;
    background-image: url(../images/arrow_g_left.gif);
    background-repeat: no-repeat;
    background-position: 4px 4px;
}
