.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background-color: #FFFFFF; color:#57091B; text-indent:10px;
}


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

.sai{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #57091B;
	border-bottom-width: 0;
	font: bold 10px Tahoma;
	line-height: 20px;
	color:#57091B;
	z-index: 100;
	width: 190px;
}
A.sai:hover { width:190px; padding:0px 0px 0px 0px; background-color:#FFFFFF; color:#57091B; font-weight:bold; }

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

.sai ul li {
width:190px;
display: block;
padding:0px 0px 0px 0px;
border-bottom: 1px solid #57091B;
text-decoration: none;
font-weight: bold;
list-style-type: none;
}

.sai a:hover{ /*hover background color*/
display: block;
background-color: #FFFFFF;
color: #57091B;
}

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


.saicols{
position: absolute;
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: #DEFFCA;
}

.saicols .column{
width: 130px;
float: left;
}

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

.saicols li{
padding-bottom: 3px;
}
*/
/* ######### class for shadow DIV ######### 


.anylinkshadow{ /*CSS for shadow. Keep this as is }
*/

