#tabbar {
	position: relative;
	float: left;
	margin: -37px 0 10px 0;
}
#tabbar-bottom {
	position: relative;
	border-bottom: 1px solid #9fc5cd;
	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: #eff2f5;
	margin: 2px 0 0 0;
	padding:0 0 0 13px;
	border-bottom: 1px solid #9fc5cd;
}
#tabbar a, #tabbar #inactive {
	display:block;
	padding:5px 2em 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #369;
	min-width: 100px;
}
#tabbar #active {
	display:block;
	padding:5px 3em 4px 6px;
	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;
}
#tabbar #inactive {
	font-weight: bold;
	color: #aaa;
}
