#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}
.navtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #7C0809;
}
.navigation {
	
	display: block;
	padding: 5px;
	width: 85px;
	color: #7C0809;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}




.navigation:hover {
	display: block;
	padding: 5px;
	width: 90px;
	color: #7C0809;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-right: 0px;
}

