/* @override http://bob.local/www.shawneepeak.com/_css/tabs.css */

/* Tabs */

#tabs{
	position: relative;
}

#tabs ul{
	position: relative;
	float: left;
	list-style:none;
	margin-left: 0;
	margin-bottom:0;
}

#tabs li{
	position: relative;
	float: left;
	width: 80px;
	text-align: center;
}

#tabs li a{
	position: relative;
	display: block;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
	font-style:italic;
	font-weight: bold;
	margin-right: 5px;
	color:#4B5964;
	background: #b1c288 url(../_img/menu_bg.jpg) repeat-x;
}

#tabs li a.selected{
	background:none;
	background-color: #4B5964;
	color: white;
}

.tab_content{
	position: relative;
	float: left;
	width: 640px;
	border: 3px solid #4B5964;
	margin-bottom:10px;
}

.tab_content p,.tab_content h3, .tab_content h2, .tab_content ul{
	margin: 10px;
}