﻿#mainmenu ul { list-style: none; padding: 0px; margin: 0px; }
#mainmenu li
{
    display: inline;
    font-family: 'Berlin Sans FB';
}
#mainmenu li a:link, #mainmenu li a:visited
{
    display: block;
    color: #000080;
    width: 168px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    padding-top: 6px;
    float:left;
    border-right: #15173e 1px dashed;
}
#mainmenu li a:hover
{
    display: block;
    color: #000080;
    width: 168px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    padding-top: 6px;
    background-color: #d3d3d3;
    border-right: #15173e 1px dashed;
}

#footertext
{
    font-size: small;
    color: #a9a9a9;
    font-family: Verdana, Georgia, 'Times New Roman';
}