/* CSS Document */
	.halfmoon {margin-bottom: 0px;}
	.halfmoon ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		border: 0px;
	}
	.halfmoon li {
		padding: 0px;
		margin: 0px;
		display: inline;
		border: 0px;
	}
	.halfmoon li a {
		text-decoration: none;
		padding: 0px;
		margin: 0px;
		border: 0px;
	}
	#tabcontentcontainer {
		width:95%; /*width of 2nd level content*/
		height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	}
	.tabcontent {display:none;}