.navigation {
	position: absolute;
	left: 80px;
	top: 200px;
	width: 1102px;
	background-color: #5a1c00;
}
.navigation /* ID Styles */

 td {
	border: 1px solid #000000;

	}
.navigation  a {
	color: #000000;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	background-color: #f5ec00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	}
.navigation  a:hover {
	background: #3c841e;
	color:#FFFFFF;
	}
