/* ######### Default class for drop down menus ######### */
.abs1{font: bold 14px Arial; color: #000000; text-decoration : none;}
.abs2{font: bold 16px Arial; color: #008127; text-decoration : none;}
.abs3{font: bold 12px Arial; color: #008127; text-decoration : none;}
.abs4{font: 12px Arial; color: #000000; text-decoration : none;}
.abs5{font: bold 20px Arial; color: #008127; text-decoration : none;}
.abs6{font: bold 12px Arial; color: #FFFFFF; text-decoration : none;}
.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #008127;
width: 200px; /* default width for menu */

}
.input1                { background-color: #E1FDF5;        font-size: 8pt;        font-family: "arial";        text-align: left;        BORDER-RIGHT: #35B261 1px solid;        BORDER-TOP: #35B261 1px solid;        BORDER-LEFT: #35B261 1px solid;        BORDER-BOTTOM: #35B261 1px solid;}
.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFFFF;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}



.anylinkmenu2{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #008127;
width: 170px; /* default width for menu */

}

.anylinkmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}

.anylinkmenu2 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFFFF;
}

.anylinkmenu3{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #008127;
width: 150px; /* default width for menu */

}

.anylinkmenu3 ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}

.anylinkmenu3 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFFFF;
}


.anylinkmenu4{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #008127;
width: 152px; /* default width for menu */

}

.anylinkmenu4 ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}

.anylinkmenu4 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFFFF;
}


.anylinkmenu5{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #008127;
width: 195px; /* default width for menu */

}

.anylinkmenu5 ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}

.anylinkmenu5 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFFFF;
}
A.li3:link,A.li3:active,A.li3:visited {font: bold 12px Arial, Helvetica, sans-serif;        color:#008127;        text-decoration : none;}

A.li3:hover{font: bold 12px Arial, Helvetica, sans-serif;        color: #000000;        text-decoration : underlined;}
.anylinkmenu2 a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

 BODY {scrollbar-face-color:#FFFFFF; scrollbar-highlight-color:#008127;scrollbar-shadow-color:#008127; scrollbar-3dlight-color:#008127;scrollbar-arrow-color:#008127; scrollbar-track-color: white;scrollbar-darkshadow-color: white;}