#menuBottom {
	list-style-type: none;
	font-size: 7pt;
	margin: 0px;
	padding: 0px;
	margin-left: 534px;
}

#menuBottom li {
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	background-image: url(../images/pipe2.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menuBottom li.last {
	background-image: none;
}

#menuBottom a {
	height: 39px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	color: #e6e6e6;
}

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

#menuBottom a.active {
	text-decoration: underline;
}

