.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: white;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
background:url("../images/bg_ankle_menu.jpg") 0 0px no-repeat #FFFFFF;
position: absolute; top:400px; left:300px;
width: 265px;
left: 0;
top: 0;
line-height: 20px;
visibility: hidden;
border: 1px solid #939497;
padding: 10px;
font: normal 14px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
font: bold 14px Verdana;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #EFD6D7;


}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
background:url("../images/bg_foot_menu.jpg") 0 0px no-repeat;
font: bold 16px Verdana;
position: absolute;
width: 544px;
left: 0;
top: 0;
line-height: 20px;
visibility: hidden;
border: 1px solid #939497;
padding: 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

.anylinkmenucols ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
font: bold 14px Verdana;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
font: bold 14px Verdana;


}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 14px Verdana;

}

.anylinkmenucols a:hover{ /*hover background color*/
background:#EFD6D7;
font: bold 14px Verdana;




}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols2{
background:url("../images/bg_ankle_menu.jpg") 0 0px no-repeat;
position: absolute; top:400px; left:300px;
width: 381px;
left: 0;
top: 0;
line-height: 20px;
visibility: hidden;
border: 1px solid #939497;
padding: 10px;
font: bold 16px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

.anylinkmenucols2 li{
padding-bottom: 3px;
font: bold 16px Verdana;

}

.anylinkmenucols2 .column{
float: left;
padding: 3px 8px;
margin-right: 5px;


}

.anylinkmenucols2 .column ul{
margin: 0;
padding: 0;
list-style-type: none;

}

.anylinkmenucols2 a:hover{ /*hover background color*/
background:#EFD6D7;


}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 50; /*zIndex for shadow*/
background: black;
visibility: hidden;
}