#topMenu li{
    padding: 0px 0px 0px 0px;
    width: 117px;
    text-align: center;
    background: transparent;
    border-right: 1px solid #8B1009 ;
    height: 28px;
}
#topMenu li a{
    color:#8B1009 ;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
    text-decoration: none;
    font-size:1em;
    font-weight:bold;
    border-right: 0px;
}
#topMenu{
    padding: 0px 0px 0px 0px;
    list-style: none;
    background: #EBE0CB;
    height: 28px;
    margin: 0px 0px 0px 0px;
    font: inherit;
}