﻿/*
 ** Menu Styles
 */
ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.horizmenu li
{
    display: inline;
    padding: 5px;
}

.horizmenu li a
{
    font: 1.2em normal Verdana, Arial, Helvetica;
    color: Blue;
    text-decoration: none;
}
.horizmenu li a:hover
{
    font: 1.2em normal Verdana, Arial, Helvetica;
    text-decoration: underline;
}

.horizfootmenu li
{
    text-align :center;
    display: inline;
    padding: 5px;
}

.horizfootmenu li a
{
    font: 1.1em normal Verdana, Arial, Helvetica;
    color: Blue;
    text-decoration: none;
}
.horizfootmenu li a:hover
{
    font: 1.1em normal Verdana, Arial, Helvetica;
    text-decoration: underline;
}


#menucontent
{
    font: 0.8em normal Verdana, Helvetica;
    left: 40px;
    top: -18px;
    position: absolute;
    width: 820px;
    z-index: 20;
}

#signuprescuemenu
{
    font-family: Verdana, Arial, Times New Roman;
    font-size: 0.8em;
    left: 750px;
    top: -85px;
    position: absolute;
    width: 100px;
    z-index: 20;
}

.menu
{
    border: none; /*text-align: center;*/ /*text-decoration: underline;*/
}

.menu li a
{
    background: url(          "../images/Buttons/btn24.jpg" );
    font: 8pt normal Verdana, Arial, Helvetica;
    height: 18px; /* 75% of height*/
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 6px 0px 0 0px;
    text-align: center;
    border: 1px solid #000;
    margin-top: 3px;
}


.menu li a:hover
{
    background: url(         "../images/Buttons/btn24.jpg" ) 0 -24px;
    font-size: 8pt;
    font-weight: bold;
    color: #fff; /* font-color */
    text-decoration: none;
    border: 1px solid #000;
}

.menu li a:active
{
    color: #fff;
    text-decoration: none;
    background: url(        "../images/Buttons/btn24.jpg" ) 0 -48px;
}

.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;
}

.texthyperlinks a
{
    text-decoration: none;
    color: #f0e298;
    font: 14pt Verdana, Arial, Helvetica;
}
.texthyperlinks a:hover
{
    color: #f0e298;
    text-decoration: underline;
}

.texthyperlinks a:active
{
}

.texthyperlinks2 a
{
    text-decoration: none;
    color: blue;
    font: 10pt Verdana, Arial, Helvetica;
}
.texthyperlinks2 a:hover
{
    color: blue;
    text-decoration: underline;
}

.texthyperlinks2 a:active
{
}

.texthyperlinks3 a
{
    text-decoration: none;
    color: blue;
    font: 1.0em Verdana, Arial, Helvetica;
}
.texthyperlinks3 a:hover
{
    color: blue;
    text-decoration: underline;
}

.texthyperlinks3 a:active
{
}


.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: #ffffff;
    font: 10pt Verdana, Arial, Helvetica;
}
.formmenu a:hover
{
    color: #167216;
}

.formmenu a:active
{
}

.scrollermenu a
{
    color: blue;
    text-decoration: none;
    font-family: Verdana, Arial, Times New Roman;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: 0;
    line-height: 1.1em;
    font-size: 1.0em;
    text-align: left;
}
.scrollermenu a:hover
{
    color: blue;
    text-decoration: underline;
}

.scrollermenu a:active
{
}

.footermenu a
{
    text-decoration: none;
    color: blue;
    font: 8pt Verdana, Arial, Helvetica;
}
.footermenu a:hover
{
    color: blue;
    text-decoration: underline;
}

.footermenu a:active
{
}



