
#menu
{
    padding: 0px 5px;
width: 1000px;
        margin: 0px;
        text-align: center;
}

#menu li
{
    font-family: Tahoma;
    font-size: 11px;
    margin: 0px 0px 6px 0px;
    padding: 0px;
    float: right;
    display: inline;
   
}
#menu a
{
    background: #516d94 url("images/seperator.gif") bottom right no-repeat;
    color: #ccc;
    margin: 0px;
    padding: 6px 24px 6px 24px;
    text-decoration: none;
}
#menu a:hover
{
    background: #2580a2 url("images/hover.gif") bottom center no-repeat;
    color: #fff;
    padding-bottom: 6px;
