.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	color: #FFF;

}

.selectedanchor a:link {
	font-weight: bold;
	color: #FFF;
	font: bold 12px Verdana;
	text-decoration: none;
}

.selectedanchor a:visited {
	text-decoration: none;
	color: #FFF;
	font: bold 12px Verdana;
}
.selectedanchor a:hover {
	text-decoration: none;
	font: bold 12px Verdana;
	color: #FFF;
	background-color: #36F;
}
.selectedanchor a:active {
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: bold 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 200px;
	text-decoration: none;
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font: normal 12px Verdana;
	background-color: #36F;
	text-decoration: none;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	font: bold 12px Verdana;
}



.anylinkmenu a:link {
	font-weight: bold;
	color: #FFF;
	font: bold 12px Verdana;
}

.anylinkmenu a:visited {
	text-decoration: none;
	color: #FFF;
	font: bold 12px Verdana;
}
.anylinkmenu a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #00F;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.anylinkmenu a:active {
	text-decoration: none;
	color: #FFF;
	font: bold 12px Verdana;
}

/* ######### class for top nav bar ######### */

.topnav a:link {
	color: #009;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.topnav a:visited {
	color: #959BCB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.topnav a:active {
	color: #009;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: justify;
}
/* ######### 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;
}
#divStayTopLeft table tr td p b font {
	text-align: left;
}
