td {
	background-repeat: no-repeat;

}

#menu a {
	padding:3px 4px 4px;
	margin: 0px;
	color: #666666;
	text-decoration: none;
	border-style: none;
	font: bold 16pt Monotype Corsiva;
	position: relative;
}

#menu a:hover {
	padding: 3px 4px 4px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #993333;
	border-style: solid;
	border-color: #ffff00;
	border-bottom-width: 2px;
	border-top-width: 1px;
	border-left: none;
	border-right: none;
}

a:hover{
	text-decoration: none;
	background-color: #ffff00;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	font: bold 16px Monotype Corsiva; 
	text-align:center;

	}

#menu li{
	display: inline;
	margin:0;
	padding:0 0 0 0;
	border-right:1px solid black;

	}

#menu li.last{
	margin-right:0;
	padding-right:0;
	border: none;
	text-align: right
}

#atPage a {
	padding: 3px 4px 4px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #993333;
	border-style: solid;
	border-color: #ffff00;
	border-bottom-width: 2px;
	border-top-width: 1px;
	border-left: none;
	border-right: none;
	position: relative;
}