#nav ul {
	list-style:none;
}

.menu_divider {
	display: none;
}

#bottomNav {
	font: 500 11px Helvetica,Arial,sans-serif;
	color:#54575c;
	clear: both;
	margin: 0 0 0 96px;
	padding: 30px 10px 10px 10px;
	float:left;
	text-align:left;
	background-color: #d0d1d3;
	background-repeat:repeat-y;
	width:479px;
	line-height: 120%;
}

#bottomNav .menu_divider {
	display: inline;
	text-align: right;
}

#bottomNav p, #bottomNav ul, #bottomNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#bottomNav ul li ul {
	display: none;
}

#bottomNav p {
	float: left;
}

#bottomNav ul {
	float: right;
}

#bottomNav a {
	font: 500 11px Helvetica,Arial,sans-serif;
	text-decoration:none;
	color:#54575c;
}

#bottomNav a:hover {
	text-decoration: underline;
}


