/**
* Menu
*/

.bar {
    position: absolute;
    width: 1000px;
    top: 144px;
    clear: both;
    font-size: 1.1em;
    height: 34px;
    color: #FFF;
    margin: 0 0 0 0px;
    background-image: url(../../../images/body/background3.png);
    background-position: 0px 444px;
}

.bar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.bar li { 
    height: 18px;
    margin: 0; 
    padding: 10px 12px 5px 12px;
    color: #FFEADC;
/*    background: #b93401;    */
    float: left; 
}

.bar li.active { 
    background: #b93401 url(../../images/header/bar.gif) no-repeat center top; 
    color: #fff;
    font-weight: bold; 
    padding: 10px 12px 5px 12px;
}

.bar li a { 
    font-size: 13px;
    font-weight: bold;
    color: #FFF; 
/*    background: inherit;*/
    text-decoration: none;
} 

.bar li a:hover { 
    color: white; 
/*    background: inherit;*/
}

.bar li:hover {
    background: #b93401;
} 