#menu_main {
   position: absolute;
   bottom: 0;
   background-color: #956c4e;
   width: 970px;
   margin: 0;
   list-style: none;
   border-bottom: 1px solid #fff;
   border-top: 1px solid #fff;
   padding: 5px 10px;
   text-align: center;
}

#menu_main li{
    margin: 0;
    padding: 10px;
    display:inline;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#menu_main li.firstLi{
   border: 0 none;  
}

#menu_main a,
#menu_main a:link,
#menu_main a:visited {
    color : #fff;
    padding: 2px;
    margin: 0 2px 0 2px;
    font-weight : bold;
    text-decoration : none;
}

#menu_main a:focus,
#menu_main a:hover,
#menu_main a:active,
#menu_main a.selected:link,
#menu_main a.selected:visited,
#menu_main a.selected:focus,
#menu_main a.selected:hover,
#menu_main a.selected,
#menu_main a.selected:active{
   color:#273A74;
    font-weight: bold;
}

