    /**************************************************/
   /*                                                */
  /*            Menu rekondičních center            */
 /*                                                */
/**************************************************/
#navcontainer_rc ul{
    display: block;
    list-style: none outside;
    border-bottom: 1px solid #ABA000;
}


#navcontainer_rc li {
    margin: 0 0.7em 0 0;
    border-top: 1px solid #ABA000;
    border-right: 1px solid #ABA000;
    border-left: 1px solid #ABA000;
    border-bottom: 1px solid #ABA000;
    background-color: #ABA000;
    color: #fff;
    font-weight: bold;
    display: block;
    float: left;
}


#navcontainer_rc a:link,
#navcontainer_rc a:visited{
    background-color: #FFD;
    color: #ABA000;
    text-decoration: none;
    padding: 2px 0.9em 1px 0.9em;
}

#navcontainer_rc a:hover{
    background-color: #EBE5A5;
}

#navcontainerclear_rc { display: none; }

html>body #navcontainerclear_rc{
    display: block;
    clear: both;
}

#navcontainer_rc li#active_rc a{
    background-color: #EBE5A5;
    border-top: 1px solid #EBE5A5;
}