/* CSS Document */
#menu{
	background-color: #480000;
	height: 20px;
	margin-left: 120px;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
	width: 880px;
	display: inline;
}
table.menu {
	float: left;
}

table.menu td{
	width: 110px;
	height: 18px;
	padding-top: 2px;
}

table.menu p {
	width: 110px;
	height: 18px;
	text-align: center;
	color: #FF6633;
	font-weight: bold;
}
table.menu a {
	width: 110px;
	height: 18px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}
table.menu a:hover {
	color: #FF6633;
}
