.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}
/* ######### JSR class for drop down menus ######### */

.jsr_menu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
	width: 200px; /* default width for menu */
	background-color: #FFF;
	margin-left: 9px;
}

.jsr_menu ul{
	list-style-type: none;
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
}
.jsr_menu ul li {
	background-image: url(../images/sidenav/sidenav_1_off.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
}


.jsr_menu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #003966;
	padding-top: 5px;
	padding-bottom: 5px;
}

.jsr_menu a:hover{ /*hover background color*/
	color: #FFFFFF;
	background-color: #003966;
	font-weight: bold;
	font-style: italic;
}


/* ######### JSR Farming class for drop down menus ######### */

.jsrfarm_menu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
	width: 200px; /* default width for menu */
	background-color: #FFF;
	margin-left: 9px;
}

.jsrfarm_menu ul{
	list-style-type: none;
	background-color: #CCC;
	padding: 0px;
	margin: 0px;
}
.jsrfarm_menu ul li {
	background-image: url(../images/sidenav/sidenav_2_off.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
}


.jsrfarm_menu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #003966;
	padding-top: 5px;
	padding-bottom: 5px;
}

.jsrfarm_menu a:hover{ /*hover background color*/
	color: #003966;
	background-color: #FFD602;
	font-weight: bold;
	font-style: italic;
}



/* ######### 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;
	margin-left: 9px;
}
