.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: none;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
margin: -7px 0px 0px 11px;
top: 0;
visibility: hidden;
border-right: 1px solid #999;
	border-bottom: 1px solid #999;
font: normal 14px Times,Times New Roman,Georgia,serif;
line-height: 15px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #cfe6f2;
opacity:0.75;
filter:alpha(opacity=75);
width: 185px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
border: 5px solid #fff;
}

.anylinkcss ul li a{
display: block;
border-bottom: 1px solid #fff;
padding: 8px 0px 8px 5px;
text-decoration: none;
font: normal 12px Arial,Helvetica,sans-serif;
text-indent: 10px;
color:#666;
	
}

.anylinkcss a:hover{ /*hover background color*/
background: #e2e0d2;
color: #666;
text-decoration: underline;
}


.anylinkcss a:visited{ /*hover background color*/
color:  #666;
text-decoration: none;
}



.anylinkcss a:visited:hover{ /*hover background color*/
color:  #666;
text-decoration: underline;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #999;
padding: 10px;
font: normal 14px Times,Times New Roman,Georgia,serif;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #536a72;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### 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;
}
