﻿/*
 ** Menu Styles
 */
#menucontent
{
    width: 200px;
    height: auto;
    left: 5px;
    top: 25px;
    position: absolute;
    background: transparent;
    text-align: center;
    z-index: 20;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.menu a
{
    display: block;
    width: 200px;
    padding: 4px 0px 4px 0px;
    font: 12px Lucida Handwriting;
    color: #ffffff;
    background: url(   "../images/buttons/Buttons.jpg" ) 0 0 no-repeat;
    text-decoration: none;
}
.menu a:hover
{
    background-position: 0 -25px;
    color: #167216;
}
.menu a:active
{
    background-position: 0 -50px;
    color: #ff0000;
}
.homemenu a
{
    text-decoration: none;
    color: #c40000;
    font-family: Lucida Handwriting;
}
.homemenu a:hover
{
    color: #167216;
}

.homemenu a:active
{
}

.scrollermenu a
{
    color: #000000;
    text-decoration:none;
}
.scrollermenu a:hover
{
    color: #167216;
    text-decoration: underline;
}

.scrollermenu a:active
{
}

.txtlink a
{
    color: #C90000;
    text-decoration:none;
    font-family:Lucida Handwriting;
}
.txtlink a:hover
{
    color: #167216;
    text-decoration: underline;
}

.txtlink a:active
{
}

