/* I include all the styles for the links that have the drop down menu */




.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px;
	font-family:franklin-gothic-book, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color:white;
	width: 150px;
	color:black;
	text-decoration:none
	}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color:black;
	}

.anylinkcss a:hover{ /*hover background color*/
	background-color: black;
	color: white;
	}
	
a.info {position:absolute; left:230px; top:120px; z-index:2; text-decoration:none; color:black; background-color:white; font-family:franklin-gothic-book, sans-serif; padding:7px}

a.news {position:absolute; left:300px; top:120px; z-index:2; text-decoration:none; color:black; background-color:white; font-family:franklin-gothic-book, sans-serif; padding:7px}

a.office {position:absolute; left:390px; top:120px; z-index:2; text-decoration:none; color:black; background-color:white; font-family:franklin-gothic-book, sans-serif; padding:7px}
img {z-index:1}
