#links {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
}
#links li {
	float: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	font-weight:bold;
	color:#FFF;
}
#links a {
	background: url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 14px;
	text-decoration: none;
	font-weight:normal;
	font-weight:bold;
	color:#FFF;
}
#links a:hover {
	background: #1d65a3 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 10px;
	}
#links a:active {
	background: #1d65a3 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 10px;
	}
#container #content #left table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}