@charset "utf-8";
li {
	width:245px;
	height:40px;
	z-index:4;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #E9E9E9;
	text-decoration: none;
	text-align: center;
	border: thin ridge #333333;
	margin: 0px;
	visibility: visible;
	display: inline;
	list-style-type: none;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	top: 10px;
	background-color: #999999;
}
a:link {
	text-decoration: none;
	padding: 0px;
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	top: 10px;
	list-style-type: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
	padding: 2px;
}
