.tab, .tab:visited{
	position:relative;
	top:1px;
	display:block;
	font-size:12px;
	float:left;
	text-align:center;
	color:black;
	padding: 0 10px;
	margin: 0 5px;
	text-decoration:none;
	font-weight:bold;
	height:20px;
	line-height:20px;
	background:#FFFFFF;
	border:1px solid #6caa00;
}
.tab:hover{
	background:#A4A0CC;
	color:white;
}
.tab-active{
	height:21px !important;
	border-bottom:none !important;
	color:white !important;
	background:#96c133 !important;
	cursor:default;
}
.tab-disabled{
	background:#999999 !important;
	color:#666666 !important;
	cursor:default;
}
#separator{
	font-size:0px;
	line-height:0px;
	clear:both;
	width:98%;
	height:2px;
	background:#96c133;
	
}
