@charset "utf-8";
.navigation {
	font-family: Verdana, "sans serif";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0033CC;
	display: block;
	padding: 8px;
	width: 140px;
}
.navigation3 {
	font-family: Verdana, "sans serif";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	background-color: #0033CC;
	display: block;
	padding: 8px;
	width: 140px;
}
.navigation:hover { 
	font-family: Verdana, "sans serif";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #0033CC;
	display: block;
	padding: 8px;
	width: 140px; 
} 
.navigation3:hover { 
	font-family: Verdana, "sans serif";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #0033CC;
	display: block;
	padding: 8px;
	width: 140px; 
} 
.a {
	display:block; width:75px; height:75px; background:url("images/homehover.png") no-repeat;
}
.a:hover img {
	position:absolute; left:-999em; top:-999em;
}
/* ie6 needs his fix*/
.a:hover {
	zoom:1;
}
#wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


