﻿/*
 ** Menu Styles
 */
ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}


#menucontent
{
    left: 0px;
    top: -31px;
    position: absolute;
    width: 873px;
    z-index:50;
}

.menu
{
    border: 1px solid #000; /*text-align: center;*/ /*text-decoration: underline;*/
}

.menu li a
{
    background: url(        "../images/Buttons/btn24.jpg" ); /* For art button */ /*background: url(      "../images/Buttons/btn28.jpg" );*/ /*background: url(     "../images/Buttons/btn32.jpg" );*/
    font: 8pt normal Verdana, Arial, Helvetica; 
    height: 18px; /* 75% of height*/
    display: block;
    text-decoration: none;
    color: #ffb000;
    padding: 6px 0px 0 30px; 
}


.menu li a:hover
{
    background: url(        "../images/Buttons/btn24.jpg" ) 0 -24px; /*background: url(      "../images/Buttons/btn28.jpg" ) 0 -28px;*/ /*background: url(    "../images/Buttons/btn32.jpg" ) 0 -32px;*/
    font-size: 8pt;
    font-weight: normal;
    color: black; /* font-color */
    text-decoration: underline;
}

.menu li a:active
{
    color: #FF0000;
    text-decoration: none; 
    background: url(       "../images/Buttons/btn24.jpg" ) 0 -48px; /*background: url(      "../images/Buttons/btn28.jpg" ) 0 -56px;*/ /*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: #FF9834;
}
.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: 10pt Verdana, Arial, Helvetica;
    text-decoration: none;
    color: #ffffff;
}
.homemenu a:hover
{
    color: #167216;
}

.homemenu a:active
{
}

.formmenu a
{
    text-decoration: none;
    color: green;
    font: 10pt Verdana, Arial, Helvetica;
}
.formmenu a:hover
{
    color: green;
    text-decoration:underline;
}

.formmenu a:active
{
}

.scrollermenu a
{
    color: #ff0000;
    text-decoration: none;
    font: 10pt Verdana, Arial, Helvetica;
}
.scrollermenu a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

.scrollermenu a:active
{
}

.footermenu a
{
    text-decoration: none;
    color: #EFEEB2;
    font: 10pt Verdana, Arial, Helvetica;
}
.footermenu a:hover
{
    color: #EFEEB2;
    text-decoration: underline;
}

.footermenu a:active
{
}

