<!--		
#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	margin-left: 4px;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style-type:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	
}
#tabs a {
	float:left;
	background:url("/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	font:13px Arial, Helvetica, sans-serif;
}
#tabs a span {
	float:left;
	display:block;
	background:url("/images/tabright.gif") no-repeat right top;
	padding:10px 15px 10px 6px; /* TAB SIZE CONTROL */
	color:#666666; /* TAB TEXT NORMAL LINK COLOR */
	font-weight:bold;
	
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}
/* End IE5-Mac hack */
	#tabs a:hover span {
	color:#114986; /* TAB TEXT HOVER COLOR */
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}
#tabs .current a {
	background-position:0% -42px;
}
#tabs .current a span {
	background-position:100% -42px;
	color:#114986; /* TAB TEXT HOVER COLOR */
}
-->

#tabs2 {
	float:left;
	width:100%;
	line-height:normal;
	background:url(/images/tab_top_border.gif) bottom repeat-x;
}
#tabs2 ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
}
#tabs2 li {
	display:inline;
	margin:0;
	padding:0;
	
}
#tabs2 a {
	float:left;
	background:url("/images/tableft2.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#tabs2 a span {
	float:left;
	display:block;
	background:url("/images/tabright2.gif") no-repeat right top;
	padding:5px 15px 4px 6px; /* TAB SIZE CONTROL */
	color:#666666; /* TAB TEXT NORMAL LINK COLOR */
	font-weight:bold;
	
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs2 a span {
	float:none;
}
/* End IE5-Mac hack */
	#tabs2 a:hover span {
	color:#114986; /* TAB TEXT HOVER COLOR */
}
#tabs2 a:hover {
	background-position:0% -21px;
}
#tabs2 a:hover span {
	background-position:100% -21px;
}
#tabs2 .current a {
	background-position:0% -21px;
}
#tabs2 .current a span {
	background-position:100% -21px;
	color:#CC0000; /* TAB TEXT HOVER COLOR */
}
