#menu{
    background: url(../img/menu_bg.gif) no-repeat;
    width: 577px;
    height: 70px;
    margin-left: 50px; 
}

.menu
{
    margin: 0px 0 0 1px;
    list-style-type: none;
    font-family:  tahoma, Verdana, Trebuchet MS, Sans-Serif;
    padding-top: 20px;
    text-indent: 11px;
    }


.menu li
{
    padding: 0 10px 0 0px;
    margin: 7px 4px 0 0;
    display: inline;
}


.menu li a
{
    font-weight: bold;
    text-align: center;
    color: #000;
    text-decoration: underline;
    font-size: .7em;
}


.menu li a:visited
{
    color: #000;
}

.menu li a:hover
{
    color: #555c55;
    text-decoration: none;
}


