#navPurple{
	padding: 0;
	margin: 0;
}

#content {
	clear: left;
}

#flash{
z-index: 50;
}

.anylinkcss{
	display: block;
	position:absolute;
	left: -999em;
	border:1px solid #B39C6D;
	border-bottom-width: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	z-index: 100;
	background-color: #572E5E;
	width: 92px;
}

.anylinkcss a{
	line-height: 2em;
	color: #FFF;
	width: 100%;
	display: block;
	border-bottom: 1px solid #B39C6D;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #B39C6D;
}