.active-tab {
	border:2px solid #aaaaff;
	border-bottom:none;
	font-size:160%;
	width:6em;
	height:40px;	
	text-align:center;
}
.inactive-tab {
	border-bottom:2px solid #aaaaff;
	font-size:160%;
	width:6em;
	height:40px;
	text-align:center;
	background:#f4f4ff;
}
.inactive-tab a{
	font-size:100%;
	color:#86C895;	
}

.spacer-tab{
	width:0.5em;
	border-bottom:2px solid #aaaaff;
	}

.long-tab{
	border-bottom:2px solid #aaaaff;
	}
	
.sub-menu {
		font-size:136%;
	}
.sub-menu a{
		font-size:110%;
		color:#86C895;
		text-decoration:underline;
	}
a{
	color:#86C895;
	text-decoration:underline;
	}
a:visited{
	color:#86C895;
	text-decoration:underline;
	}
