/**
 * Sitemap CSS
 * Copyright (c) Fluid Creativity, 2009
 */

/* Sitemap Tabs */

#content ul.tabList {
	background: #1F1F1F;
	text-transform: uppercase;
	margin: 1em 0;
	list-style: none;
	list-style-image: none;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}

	#content ul.tabList li {
		float: left;
		margin: 0 1.5em 0 0;
	}

	#content ul.tabList li.selected {
		background: #000000;
	}
	
	#content ul.tabList a {
		text-decoration: none;
		color: #fff;
		padding: 5px 10px;
		display: block;
	}
	
		#content ul.tabList a:hover {
			text-decoration: underline;
		}

.columnContent {
	clear: both;
}
