﻿/*
 ** Menu Styles
 */
ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

/* for horizontal menu basic*/


#menucontent
{
    left: 10px;
    top: 10px;
    position: absolute;
    width: 200px;
    z-index:50;
    background-color:transparent;
}

.menu
{
    border: 1px solid #772B1A; 
}

.menu li a
{
    background: url(     "../images/Buttons/btn32.jpg" );
    font: 0.8em normal Trebuchet MS, Arial;
    height: 24px; /* 75% of height*/
    display: block;
    text-decoration: none;
    color: maroon;
    padding: 5px 0px 0px 33px; 
}


.menu li a:hover
{
    background: url(    "../images/Buttons/btn32.jpg" ) 0 -32px;
    font-size: 0.8em;
    font-weight: normal;
    color: maroon; /* font-color */
    text-decoration: underline;
}

.menu li a:active
{
    color: red;
    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: #FF9834;
}
.tabs a:hover
{
    background-position: 0% -42px;
}
.tabs a:hover span
{
    background-position: 100% -42px;
    color: White;
}

.texthyperlinks a
{
    text-decoration: none;
    color: blue;
    font: 1.0em Trebuchet MS, Verdana;
}
.texthyperlinks a:hover
{
    color: blue;
    text-decoration: underline;
}

.texthyperlinks a:active
{
}

.homemenu
{
    top: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.homemenu a
{
    font: 1.0em Trebuchet MS, Verdana;
    text-decoration: none;
    color: #ffffff;
}
.homemenu a:hover
{
    color: #167216;
}

.homemenu a:active
{
}

.formmenu a
{
    text-decoration: none;
    color: #ffffff;
    font: 1.0em Trebuchet MS, Verdana;
}
.formmenu a:hover
{
    color: #167216;
}

.formmenu a:active
{
}

.scrollermenu a
{
    color: #ff0000;
    text-decoration: none;
    font: 1.0em Trebuchet MS, Verdana;
}
.scrollermenu a:hover
{
    color: #167216;
    text-decoration: underline;
}

.scrollermenu a:active
{
}

.footermenu a
{
    text-decoration: none;
    color: #EDE5AD;
    font: 1.0em Trebuchet MS, Verdana;
}
.footermenu a:hover
{
    color: #EDE5AD;
    text-decoration: underline;
}

.footermenu a:active
{
}
