#bottom_nav {
	height: 10px;
	width:700px;
	margin: 15px 0px 0px 5px;
	padding: 0px;
	color:#ffffff;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}

#bottom_nav ul {
	padding: 3px 0px 0px 0px;
	margin: 0px;
}

#bottom_nav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#bottom_nav ul li a {
	font: normal arial, helvetica, sans-serif;
	color: #fff; 
	text-decoration: none;
	text-align: center;
	width: 9em;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #fff;
}

#bottom_nav ul li a:hover, #bottom_nav ul li a:focus {
	color: #424238;
	text-decoration: none;
	text-align: center;
	font: bold normal arial, helvetica, sans-serif;
}