ul, ul li {
	padding: 0;
	margin: 0;
}

#chooseText {
	float: left;
	padding-right: 10px;
}

#transportationList {
	margin-left: 25px;
	margin-bottom: 15px;
}


#body .content h3.transportationTitle {
	background-color: #F5F586;
	padding: 5px 10px;
	margin-bottom: 20px;
}

#transportationSections .sectionLinks li {
	float: left;
	list-style: none;
	padding: 2px 5px;
}
.sectionLinks li a, 
.sectionLinks li a:hover, 
.sectionLinks li a:active, 
.sectionLinks li a:visited,
.sectionLinks li a:link {
	text-decoration: none;
}

.sectionLinks li.selected {
	background-color: #F5F586;

}

.sectionLinks li.selected a, 
.sectionLinks li.selected a:hover, 
.sectionLinks li.selected a:active, 
.sectionLinks li.selected a:visited,
.sectionLinks li.selected a:link {
		color: #21449C;
}
#transportationSections {
	padding: 20px 0;
}
