﻿/*
 ** Menu Styles
 */
ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

/* for horizontal menu basic*/


#menucontent
{
    left:665px;
    top: 0px;
    position: absolute;
    width: 200px;
}
.menu
{
    border: none; /*text-align: center;*/ /*text-decoration: underline;*/
}

.menu li a
{
    background: url(     "../images/Buttons/btn32.png" );
    font-family: Comic Sans MS, Verdana, Arial;
    font-size: 10pt;
    height: 24px; /* 75% of height*/
    display: block;
    text-decoration: none;
    color: #DCDEDE;
    padding: 6px 0px 0 35px; 
}


.menu li a:hover
{
    background: url(    "../images/Buttons/btn32.png" ) 0 -32px;
    font-size: 10pt;
    font-weight: normal;
    color: white; /* font-color */
    text-decoration: underline;
}

.menu li a:active
{
    color: white;
    text-decoration: none; 
    background: url(   "../images/Buttons/btn32.png" ) 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: #cc0000;
    font-family: Comic Sans MS, Verdana, Arial;
    font-size: 10pt;
}
.texthyperlinks a:hover
{
    color: #cc0000;
    text-decoration: underline;
}

.texthyperlinks a:active
{
}


.directionmenu a
{
    font-family: Comic Sans MS, Verdana, Arial;
    font-size: 12pt;
    text-decoration: none;
    color: #cc0000;
}
.directionmenu a:hover
{
    color: #cc0000;
    text-decoration: underline;

}

.directionmenu 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: #990000;
    text-decoration: none;
    font-family: Comic Sans MS, Verdana, Arial;
    line-height: 1.0em;
    font-size: 1.0em;
    
}
.scrollermenu a:hover
{
    color: #990000;
    text-decoration: underline;
}

.scrollermenu a:active
{
}

.footermenu a
{
    font-family: Comic Sans MS, Verdana, Arial;
    text-decoration: none;
    color: #DCDEDE;
    line-height: 1.0em;
    font-size: 1.0em;
}
.footermenu a:hover
{
    color: white;
    text-decoration: underline;
}

.footermenu a:active
{
}
