#tabbar {
	position: relative;
	float: left;
	margin: -41px 0 10px 0;
}
#tabbar-bottom {
	position: relative;
	border-bottom: 1px solid #F0B991;
	padding: 0;
	margin: 20px 0 0 0;
}
#tabbar ul {
	margin: 1px 0 -20px 0;
	padding:10px 10px 0 20px;
	list-style: none;
}
#tabbar li {
	position: relative;
	float:left;
	background-color: #e2830f;
	margin: 2px 0 0 0;
	padding:0 0 0 13px;
	border-bottom: 1px solid #F0B991;
	border-right:1px solid #ffffff;
}
#tabbar a, #tabbar #inactive {
	display:block;
	padding:5px 1em 4px 2px;
	text-decoration:none;
	font-weight:bold;
	color: #000000;
	min-width: 100px;
}
#tabbar #active {
	display:block;
	padding:5px 1em 4px 2px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	min-width: 100px
}
#tabbar a:hover {
	text-decoration: underline;
}
#tabbar #current {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #F0B991;
	border-right: 1px solid #F0B991;
	border-left: 1px solid #F0B991;
}
#tabbar #inactive {
	font-weight: bold;
	color: #aaa;
}
