/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
.ajaxtabs {
	padding: 0;
	width: 98%;
	background: transparent;
}

.ajaxtabs ul {
	margin:20px 0 0 18px;
	padding: 0;
	list-style: none;
	height: 30px;
}

.ajaxtabs li {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
}

.ajaxtabs ul li a {
	float: left;
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	width: 111px;
	color: white;
	text-decoration: none;
	padding: 0 0 0 10px;
	background-color: #999999; /*Brown color theme*/ 
}

.ajaxtabs ul li a:hover {
	background-color: #666666; /*Brown color theme*/ 
	color: #ffffff;
	text-decoration: none;
}

.ajaxtabs ul li a.selected { /*currently selected tab*/
	background-color: #ffffff; /*Brown color theme*/ 
	color: #000000;
}