#page {
	width: 495px;
	float: left;
	margin-left: 5px;
}
UL.mytabs {
	position: relative;
	z-index: 2;
}
UL.mytabs, UL.mytabs LI {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
UL.mytabs LI {
	height: 35px;
	width: 102px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	position: relative;
}
UL.mytabs LI A {
	float: left;
	text-decoration: none;
	color: #069;
	background-image: url(../images/tab-btn1.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 102px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	line-height: 22px;
}
UL.mytabs LI img  {
	text-decoration: none;
	color: #069;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: -5px;
}

UL.mytabs LI A:HOVER, UL.mytabs LI.current A {
	background-image: url(../images/tab-btn-current.jpg);
	background-repeat: no-repeat;
}
UL.mytabs LI.current A {
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/tab-btn.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 33px;
	width: 115px;
	left: -2px;
	padding-top: -5px;
	z-index: 1000;
}
.mytabs-container {
	position: relative;
	z-index: 1;
	clear: both;
	border: 1px solid #E0E0E0;
	padding: 10px;
	top: 0px;
	background-image: url(../images/tab-bg.png);
	background-repeat: repeat-x;
	height: 328px;
}
.loading {
	margin-top: 100px;
	margin-left: 250px;
	float: left;
}
