﻿/*
 ** Menu Styles
 */
ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menucontent
{
    left: 10px;
    top: 10px;
    position: absolute;
    width: 200px;
}
.menu
{
    border: 1px solid #000; /*text-align: center;*/ /*text-decoration: underline;*/
}

.menu li a
{
    background: url(       "../images/Buttons/btn32.jpg" );
    font: 10pt normal Verdana, Arial, Helvetica;
    height: 24px; /* For art button 75% of height*/
    display: block;
    text-decoration: none;
    color: #825c26;
    padding: 8px 0 0 40px; /* For art button */
}


.menu li a:hover
{
    background: url(      "../images/Buttons/btn32.jpg" ) 0 -32px;
    font-size: 10pt;
    font-weight: normal;
    color: black; /* font-color */
}

.menu li a:active
{
    color: #FF0000;
    text-decoration: none;
    background: url(     "../images/Buttons/btn32.jpg" ) 0 -64px;
}

.tabs
{
    float: left;
    position: absolute;
    top: 25px;
    width: 100%;
    background: transparent;
    font-size: 93%;
    line-height: normal;
}
.tabs ul
{
    margin-left: 10px;
    list-style: none;
}
.tabs li
{
    display: inline;
    margin: 0;
    padding: 0;
}
.tabs a
{
    float: left;
    background: url(  "../images/Buttons/tableft.gif" ) no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}
.tabs a span
{
    float: left;
    display: block;
    background: url(  "../images/Buttons/tabright.gif" ) no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: Aqua;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span
{
    float: none;
}
/* End IE5-Mac hack */
.tabs a:hover span
{
    color: #f7f5d1;
}
.tabs a:hover
{
    background-position: 0% -42px;
}
.tabs a:hover span
{
    background-position: 100% -42px;
    color: White;
}



.homemenu
{
    top: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.homemenu a
{
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
    color: #584528;
}
.homemenu a:hover
{
    color: #167216;
}

.homemenu a:active
{
}

.formmenu a
{
    text-decoration: none;
    color: blue;
    font-family: Verdana, Arial, Helvetica;
}
.formmenu a:hover
{
    color: red;
    text-decoration: underline;
}

.formmenu a:active
{
}

.bannermenu a
{
    color: blue;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica;
}
.bannermenu a:hover
{
    color: red;
    text-decoration: underline;
}

.bannermenu a:active
{
}

.scrollermenu a
{
    color: blue;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica;
}
.scrollermenu a:hover
{
    color: red;
    text-decoration: underline;
}

.scrollermenu a:active
{
}
.footermenu a
{
    text-decoration: none;
    color: #584528;
    font-family: Verdana, Arial, Helvetica;
}
.footermenu a:hover
{
    color: red;
    text-decoration: underline;
}

.footermenu a:active
{
}
