.tabcontent {
	position: relative;
	padding-left:0px;
	padding-top: 5px;
	clear:both;
	vertical-align: top;
}

/* Tabs with background image */
#tab ul{
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0;
}

#tab li{
	float:right;
	width:6em;
	margin-bottom:-1px;
}

#tab li a{
	font-size: 12px;
	font-weight: bold;
	position: relative;
	float:right;
	display:block;
	color: #999;
	text-decoration:none;
	height: 13px !important;
	width: 100px !important;
	text-align: center;
	z-index:2;
	margin-top: -10;
	background-image: url("../image/tab.gif");
	background-repeat: no-repeat;
	
}

#tab li a.tabon{
	color: #069;
	z-index:3;	
	margin-top: -13;
	padding-top: 3px;
	height: 18px !important;
	background-image: url("../image/tab.active.gif");
	background-repeat: no-repeat;
}

#tab li a.tabon:hover{
	color: #069;
}

#tab li a:hover{
	color: #F80;
}


/* Tabs within a table */
#tabtable ul{
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0;
}

#tabtable li{
	float:right;
	width:6em;
	margin-bottom:-1px;
}

#tabtable li a{
	font-size: 12px;
	font-weight: bold;
	position: relative;
	float:right;
	display:block;
	color: #999;
	text-decoration:none;
	height: 13px !important;
	width: 100px !important;
	text-align: center;
	z-index:2;
	margin-top: -22;
	margin-right:-10px;
	background-image: url("../image/tab.gif");
	background-repeat: no-repeat;
	
}

#tabtable li a.tabon{
	color: #069;
	z-index:3;	
	margin-top: -26;
	margin-right: -10px;
	padding-top: 3px;
	height: 18px !important;
	background-image: url("../image/tab.active.gif");
	background-repeat: no-repeat;
}

#tabtable li a.tabon:hover{
	color: #069;
}

#tabtable li a:hover{
	color: #F80;
}

