.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #8796BE;
; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #FFFFFF; text-decoration: none
; font-family: "Times New Roman", Times, serif
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 3px #8796BE solid;
font: bold normal 14px "Times New Roman", Times, serif;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #97A4C6;
width: 250px; /* default width for menu */
; text-decoration: none; clip:  rect(   )
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
; border: 0px #8796BE
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 4px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
; font-family: "Times New Roman", Times, serif; font-size: 14px; font-style: normal; line-height: normal; font-variant: normal; color: #000033; border: 0px #8796BE none
}

.anylinkmenu a:hover{ /*hover background color*/
background: #8796BE;
color: white;
; font-family: "Times New Roman", Times, serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-decoration: none
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 420px;
left: 0;
top: 0;
visibility: hidden;
border: 3px #99A7DF none;
padding: 10px 10px;
font: bold normal 14px/normal "Times New Roman", Times, serif;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #D3D9E7;
; text-decoration: none
}

.anylinkmenucols li{
padding-bottom: 3px;
; border-color: black black #8796BE; border-bottom-width: 2px
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #EAEAEA;
; border: 0px #8796BE none
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
; border: #8796BE; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 2px; border-left-width: 0px
}



/* ######### 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;
}.menu-off {  font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #FFFFFF}
