#mainmenu
{
    width: 570px;
    margin: 275px 0 0 0;
}

#mainmenu ul
{
    display: inline;
    list-style: none;
    float: right;
    margin: 0 22px 0 0px;
    padding: 0px;
    overflow: hidden;
}

#mainmenu li
{
    display: inline;
    float: left;
    margin: 0 1px 0 0;
}

#mainmenu a
{
    color: #050;
    background: #63985F url(../img/nav_inactive_left.gif) top left no-repeat;
    padding-left: 10px;
    text-decoration: none;
}

#mainmenu a span
{
    background: url(../img/nav_inactive_right.gif) top right no-repeat;
    padding-right: 10px;
}

#mainmenu a, #mainmenu a span
{
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0;
}

#mainmenu a:hover
{
    background: #FFF url(../img/nav_active_left.gif) top left no-repeat;
    padding-left: 10px;
    text-decoration: none;
}

#mainmenu a:hover span
{
    background: url(../img/nav_active_right.gif) top right no-repeat;
    padding-right: 10px;
}

#mainmenu a.current
{
    background: #FFF url(../img/nav_active_left.gif) top left no-repeat;
    padding-left: 10px;
    text-decoration: none;
}

#mainmenu a.current span
{
    background: url(../img/nav_active_right.gif) top right no-repeat;
    padding-right: 10px;
}

#mainmenu a.current, #mainmenu a.current span
{
    display: block;
    float: left;
    /*
    height: 2em;
    line-height: 2em;
    */
    margin: 0em;
}
