/*SUB NAV STYLES*/
.anylinkcss{
	position: absolute;
	margin-left: 115px;
	margin-top: -20px;
	visibility: hidden;
	border: 1px solid #DDDBDC;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #EFF4FA;
	width: 200px;
	left: 25px;
	top: 491px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #DDDBDC;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 2px;
}

.anylinkcss a:hover{ /*hover function*/
	background-color: #6190CB;
	color: white;
	text-decoration: none;
}

