@charset "UTF-8";
/* CSS Document */

/* THE NAV START*/

.homesnav {
	float: left;
	width: 775px;
	color: #ffffff;
	margin-top: 2px;
	height: 28px;
}

.homesnav img {
	margin: 0;
	padding: 0;
}

.anylinkcss{
	position: absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 12px Arial;
	colour:#FFFFFF;
	line-height: 30px;
	z-index: 100;
	width: 130px;
	top: 20px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.anylinkcss a{
	width: 140px;
	display: block;
	padding: 1px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
	font: normal Arial;
	background: #ffffff;
	margin-left: -50px;
	position: relative;
	text-align: left;
	left: 60px;
	float: left;
	background: #CCC;
}

.anylinkcss a:hover{ /*hover background color*/
	background: #184474;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 9pt;
	font: normal Arial;
}


/* THE NAV END*/

.cl {
	clear: both;
	float: none;
}
