#navigation { 
 width: 782px; 
 padding: 0; 
 margin: 0; 
 border-collapse: collapse; 
}
#navigation td {
	height: 26px;
	border-bottom: 8px solid #000000;
	background-color: #4F0701;
	color: #CCCCCC;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
#navigation a:link, #navigation a:visited {
	margin-left: 12px;
	color: #CCCCCC;
	background-color: #4F0701;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;

}
