#shifter {
	border-top: 5px solid #FFF;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 0px;
}
#shifter .shiftlink {
	float: left;
	margin: 0px 20px 0px 0px;
	background: url('http://www.lufctalk.com/images/shifter_off.gif') center no-repeat;
	width: 140px; height: 25px;
}
#shifter .shiftlink a {
	display: block;
	font-size: 14px; text-align: center; font-weight: bold;
	color: #005E8E;
	padding: 3px 0px 0px 0px;
}
#shifter .shiftlink a:hover {
	text-decoration: none;
	color: #00A9FF;
}
#shifter .shiftlink_selected {
	float: left;
	margin: 0px 20px 0px 0px;
	background: url('http://www.lufctalk.com/images/shifter_on.gif') center no-repeat;
	width: 140px; height: 35px;
}
#shifter .shiftlink_selected a {
	display: block;
	font-size: 14px; text-align: center; font-weight: bold;
	color: #005E8E;
	padding: 8px 0px 0px 0px;
}
#shifter .shiftlink_selected a:hover {
	text-decoration: none;
	color: #00A9FF;
}