﻿/*
 ** Menu Styles
 */
ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menucontent
{
 
}

.tabs
{
    float: left;
    top: -13px;
    position: absolute;
    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: #880D0D;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span
{
    float: none;
}
/* End IE5-Mac hack */
.tabs a:hover span
{
    color: #FF9834;
}
.tabs a:hover
{
    background-position: 0% -42px;
}
.tabs a:hover span
{
    background-position: 100% -42px;
    color: black;
    text-decoration:underline;
}



.homemenu
{
    top: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.homemenu a
{
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
    color: #ffffff;
}
.homemenu a:hover
{
    color: #167216;
}

.homemenu a:active
{
}

.formmenu a
{
    text-decoration: none;
    color: #880D0D;
    font-family: Verdana, Arial, Helvetica;
}
.formmenu a:hover
{
    text-decoration:underline;
    color: #880D0D;
}

.formmenu a:active
{
}

.scrollermenu a
{
    color: green;
    text-decoration: underline;
}
.scrollermenu a:hover
{
    color: red;
    text-decoration: underline;
}

.scrollermenu a:active
{
}

.footermenu a
{
    text-decoration: none;
    color: #880D0D;
    font: 10pt Verdana, Arial, Helvetica;
}
.footermenu a:hover
{
    color: #880D0D;
    text-decoration: underline;
}

.footermenu a:active
{
}
