#bottom_nav {
	height: 20px;
	width:900px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	color:#CCCCCC;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
}

#bottom_nav ul {
	padding: 0px;
	margin: 0px;
}

#bottom_nav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#bottom_nav ul li a {
	font: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
	width: 9em;
	padding: 1px 15px 2px 15px;
	border-right: 1px solid #333;
	letter-spacing:1px;
}

#bottom_nav ul li a:hover, #bottom_nav ul li a:focus {
	color: #990000;
	text-decoration: none;
	text-align: center;
	font: bold normal arial, helvetica, sans-serif;
}
