div#mva
{
    text-align:center;
    padding: 0 0 0 0 ;
    margin: 0 0 0 0 ;
}

div#mva ul {
    vertical-align: middle;
    text-align: center;
    padding: 0 0 0 0 ;
    margin: 0 0 0 0 ;
}

div#mva li.navLvl0 {
    width: 112px;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica;
    font-size: 16px;
    list-style-type: none;
}

div#mva li.active {
    color:#C3BA82; 
    background-color:#F0E7B2;
    border-bottom:1px solid #A59C69;
    list-style-type: none;
}

div#mva li.passive {
    text-align: center;
    color: #A59C69;           
    background-color:#F0E7B2;
    border-bottom:1px solid #A59C69;
    list-style-type: none;
}

div#mva li a.active {
    display: block;
    /*line-height:45px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    color: #A59C69;
    background-color:#fff;
}

div#mva li a.passive {
    display: block;     
    padding-top: 10px;
    padding-bottom: 10px;
    /*line-height:45px;*/
    color:#A59C69;           
    background-color:#F0E7B2;
}

div#mva li a:hover 
{
    background-color: #fff;
}


