/* GENERAL TAB STYLING
-------------------------------------------------- */

#tab {
	position: relative;
	width: 100%;
	height: 2em;
	width: 585px;
}

#tab ul#first {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: -1px;
	width: 810px;
}

#tab ul#first li {
	display: inline;
	list-style: none;	
}		

#tab ul#first a, #tab ul#first span, #tab ul#first a.current {
	display: block;
	float: left;
	padding: 10px 10px;
	margin: 1px 2px 0px 0px;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}





/* TAB ON STATE (ACTIVE)
-------------------------------------------------- */

#tab ul#first span, #tab ul#first a.current, ul#first a.current:hover {
	border: 1px solid #3d3d3d;
	border-bottom: none;
	background: #FFF;
	padding-bottom: 13px;
	margin-top: 0px;
}





/* TAB OFF STATE
-------------------------------------------------- */

#tab ul#first a {
	background: #52AEAD;
	color: #FFF;
}





/* TAB HOVER STATE
-------------------------------------------------- */

#tab ul#first a:hover {
	background: #F9F8E2;
	color: #333;
}