.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: transparent;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
visibility: hidden;
border: 1px solid #832933;
border-bottom-width: 0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #9B3241;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 110px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #9B3241;
}

.anylinkmenu a:visited,
.anylinkmenu ul li a{
width: 100%;
display: block;
border-bottom: 1px solid #832933;
padding: 0px 0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #9B3241;
}

.anylinkmenu a:hover{ /*hover background color*/
background: white;
color: 9B3241;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #9B3241;
}
