﻿.menu
{
    margin-left: -40px;
}

.menu li
{
    list-style-type: none;
    text-align: center;
    line-height: 24px;
}

.menu li a
{
    padding: 5px;
    margin-left: 0px;
    font-family: Times New Roman;
    font-size: 14px;
    color: #000080;
    text-decoration: none;
    font-style: normal;
}

.menu li a:hover
{
    background-color: Lime;
}
