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


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

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	line-height: 18px;
	z-index: 5000; /* zIndex should be greater than that of shadow's below */
	background: url(../img/dropdowns/rel_top.png) no-repeat left top;
	width: 225px; /* default width for menu */
	margin-bottom: 15px;
	padding: 10px 0px 0px;
}

.anylinkcss ul{
margin: 0;
	padding: 0px 0px 10px;
	list-style-type: none;
	background-image: url(../img/dropdowns/rel_bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.anylinkcss ul li a{
width: 190px;
	display: block;
	padding: 7px 27px 6px 10px;
	text-decoration: none;
	color: #315485;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(../img/dropdowns/link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 16px;
}

.anylinkcss a:hover{ /*hover background color*/
	background: url(../img/dropdowns/link_s.gif) no-repeat left top;
	color: #315485;
}

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