.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	color: #FFFFFF;
	background-image: url(../images/bg_redgrad20_rev1.gif);
	background-position: center;
	background-repeat: repeat-x;
}


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

.anylinkcss{
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: auto; /* default width for menu */
	left: 0px;
	top: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border: 1px solid #CC0000;
	background-image: url(../images/bg_redtrans_25px.png);
	background-repeat: repeat;
}

.anylinkcss ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.anylinkcss ul li a{
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 46px;
	padding-bottom: 5px;
	padding-left: 46px;
	margin: 0px;
	color: #CCCCCC;
}

.anylinkcss a:hover{ /*hover background color*/
	color: white;
	border: 1px solid #CC0000;
	background-image: url(../images/bg_redlink_reg.jpg);
	padding-top: 4px;
	padding-right: 45px;
	padding-bottom: 4px;
	padding-left: 45px;
}

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