.tabset {
	margin:0 10px;
	padding:0;
	background:#fff;
	font-size:15px;
	line-height:normal;
	font-family:Arial, Verdana, sans-serif
}
.tabset ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tabset li {
	display:inline;
	margin:0;
	padding:0;
}
.tabset a {
	float:left;
	background: url(../images/left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
}
.tabset a span {
	float:left;
	display:block;
	background: url(../images/right.gif) no-repeat right top;
	padding:3px 8px 3px 5px;
	font-weight:bold;
	color:#333333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabset a span {
	float:none;
}
/* End IE5-Mac hack */
.tabset a:hover span {
	color:#333;
}
.tabset .current a, .tabset .current a:hover {
	background-position:0 -300px;
	border-width:0;
}
.tabset .current a span, .tabset .current a:hover span {
	background-position:100% -300px;
	padding-bottom:4px;
	color:#FFFFFF;
}
.tabset a:hover {
	background-position:0% -150px;
	color:#333333;
}
.tabset a:hover span {
	background-position:100% -150px;
	color:#333333;
}
/*End Tabs*/
#tabbox1{
	position:relative;
	padding:10px 10px 0;
	margin-bottom:10px;
	border:1px solid #CCC;
	overflow:hidden;
}
.boxes {
	position: absolute;
	left: 0px;
	top: 0px;
	padding:15px;
}
#tab2,#tab2,#tab3,#tab4,#tab5,#tab6{
		overflow:hidden;
		visibility:hidden;
}
