﻿/*
 ** Menu Styles
 */
ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}


/* for horizontal menu basic*/


#menucontent
{
    left: 20px;
    top: 25px;
    position: absolute;
    width: 200px;
    z-index:20;
    height: 57px;
}

.menu
{
    border: 1px solid #eb1958; /*text-align: center;*/ /*text-decoration: underline;*/
    z-index:10;
    width:200px;
}

.menu li a
{
    background-position: url(     "../images/Buttons/btn32.jpg" );
    background: url(     "../images/Buttons/btn32.jpg" );
    font: 1.0em normal Verdana, Arial, Helvetica;
    height: 24px; /* 75% of height*/
    display: block;
    text-decoration: none;
    color: #C40000;
    padding: 6px 0px 0 30px;
    font-weight: bold;
}


.menu li a:hover
{
    background: url(    "../images/Buttons/btn32.jpg" ) 0 -32px;
    font-size: 1.0em;
    font-weight: normal;
    color: #C40000; /* font-color */
    text-decoration: underline;
    font-weight: bold;
}

.menu li a:active
{
    color: #C40000;
    text-decoration: none;
    font-style:italic; 
    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: red;
    font: 10pt Verdana, Arial, Helvetica;
}
.texthyperlinks a:hover
{
    color: red;
    text-decoration: underline;
}

.texthyperlinks a:active
{
}

.texthyperlinksbrt a
{
    text-decoration: none;
    color: white;
    font: 10pt Verdana, Arial, Helvetica;
}
.texthyperlinksbrt a:hover
{
    color: white;
    text-decoration: underline;
}

.texthyperlinksbrt 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: #C40000;
    text-decoration: none;
    font: 10pt Verdana, Arial, Helvetica;
}
.scrollermenu a:hover
{
    color: #C40000;
    text-decoration: underline;
}

.scrollermenu a:active
{
}

.footermenu a
{
    text-decoration: none;
    color: blue;
    font: 0.9em Verdana, Arial, Helvetica;
}
.footermenu a:hover
{
    color: red;
    text-decoration: underline;
}

.footermenu a:active
{
}

.paccordion a
{
    text-decoration: none;
    color: blue;
    font: 10pt Verdana, Arial, Helvetica;
}
.paccordion a:hover
{
    color: red;
    text-decoration: underline;
}

.paccordion a:active
{
}

.apptmenu a
{
    text-decoration: none;
    color: #c40000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 1.1em;
}
.apptmenu a:hover
{
    color: #c40000;
    text-decoration: underline;
}

.apptmenu a:active
{
}

.brocmenu a
{
    text-decoration: none;
    color: #c40000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 1.0em;
}
.brocmenu a:hover
{
    color: #c40000;
    text-decoration: underline;
}

.brocmenu a:active
{
}
