@charset "windows-1252";

.anylinkcss{
position:absolute;
visibility: hidden;
border-top: 2px solid #D5AE65;
border-right: 2px solid #D5AE65;
border-left: 2px solid #D5AE65;
border-bottom: 10px solid #D5AE65;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 13px;
/*font-variant: normal;*/
z-index: 100;
background-color: #003500;
width: 215px;
}

.anylinkcss a{
font-family: Arial, Helvetica, sans-serif;
color: white;
width: 100%;
display: block;
border-bottom: 0px;
padding: 0px 0px;
text-decoration: none;
font-size: 12px;
/*font-variant: none;*/
text-indent: 10px;
text-align: left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #d5ae65;
color: black;
}
.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss  li a{
width: 100%;
display: block;
border-bottom: 1px solid  #000000;
padding: 1px 0;
text-decoration: none;
/*font-weight: normal;*/
text-indent: 5px;
}
/*################ AnyLinks ROW 2 ################*/
.anylinkcss2{
position:absolute;
visibility: hidden;
border-top: 2px solid #000000;
border-right: 2px solid #000000;
border-left: 2px solid #000000;
border-bottom: 5px solid #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 13px;
/*font-variant: normal;*/
z-index: 100;
background-color: #FFFFFF;
width: 215px;
}
.anylinkcss2 a{
font-family: Arial, Helvetica, sans-serif;
color: black;
width: 100%;
display: block;
border-bottom: 0px;
padding: 0px 0;
text-decoration: none;
font-size: 12px;
font-weight: ;
/*font-variant: normal;*/
text-indent: 10px;
text-align: left;
}

.anylinkcss2 a:hover{ /*hover background color*/
background-color: #d5ae65;
color: black;
}
.anylinkcss2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss2 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid  #000000;
padding: 1px 0px;
text-decoration: none;
/*font-weight: normal;*/
text-indent: 5px;
}
/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position:absolute;
visibility: hidden;
border-top: 2px solid #D5AE65;
border-right: 2px solid #D5AE65;
border-left: 2px solid #D5AE65;
border-bottom: 10px solid #D5AE65;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 13px;
/*font-variant: normal;*/
color: white;
z-index: 100;
background-color: #003500;
width: 525px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

.anylinkcsscols .column{
width: 175px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
color: white;

}
.anylinkcsscols .column a{
color: white;
font-size: 12px;
text-align: left;
text-decoration: none;
/*font-weight: normal;*/
text-indent: 5px;
}
.anylinkcsscols .column a:hover{ /*hover background color*/
background-color: #d5ae65;
color: black;
padding-left:2px;
padding-right:4px;
padding-top:2px;
padding-bottom:2px;
}
.anylinkcsscols li{
padding-bottom: 3px;
text-align: left;
text-indent: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 13px;
/*font-variant: normal;*/
color: white;
}

/* ######### 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;
}
