 
/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	border-bottom:1px solid #666;
	height:30px;
	z-index:100;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	font-size:16px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 102px;
	text-align:center;
	text-decoration:none;
	color:#666;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
	background-image: url(../_Images/tabs100.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -31px;
	color:#fff;
	outline:none;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	font-weight:bold;
	background-position: 0px -62px;
	cursor:default !important;
	color:#000 !important;
	outline:none;
}

div.panes {
	position:absolute;
	top:30px;
	right:1px;
	bottom:1px;
	left:1px;
}

#content >div.panes {
	background-color:#F30;
}

div.panes > div {
	display:none;
	top:1px;
	right:1px;
	bottom:1px;
	left:1px;
	background-color: #999;
	z-index:10;
}

#aboutContent {
	position:absolute;
	top:24%;
	right:21%;
	bottom:9.5%;
	left:26%;
	margin-top:-30px;
	z-index:20;
}

#aboutContent ul.tabs {
	border-bottom:none;
	padding-left:20px;
}

#aboutContent ul li {
	margin-left:4px;
}

#aboutContent div.panes {
	top:38px;
	right:1px;
	bottom:1px;
	left:1px;
}

#aboutContent div.panes > div {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:transparent;
}

#goals {
	display:block;
}
