#tabs{
	background-color: white;
	height: 200px;
}

#tabtext{
	position: absolute;
	left: 20px;
	color: #EFDE0F;
	font-family: "Arial Black", arial, sans-serif;
	font-size: 50px;
}

#subtitle{
	position: absolute;
	top: 25px;
	left: 95px;
}

#tabfold{
	height: 200px;
	position: absolute;
	top: 265px;
	left: 11px;
	background: url(../navimages/8folder.png);
	height: 81px;
	width: 800px;
}

.tab{
	position: absolute;
	top: 240px;
	left: 25px;
}


#tab2{
	position: absolute;
	left: 130px;
}

#tab3{
	position: absolute;
	left: 235px;
}

.tabtext{
	font-family: "Arial Black", arial, sans-serif;
	font-size: small;
	position: relative;
	right: 97px;
	z-index: 2;
	bottom: 5px;
}

#tab3 img, #tab2 img{
	opacity: 0.3;
}

#tab2:hover > img{
	opacity: 1.0;
}

#tab3:hover > img{
	opacity: 1.0;
}