  #tabsI {
	float:left;
	width:100%;
	font-size:12px;
	line-height:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#tabsI ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
}
#tabsI li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsI a {
	float:left;
	background:url("/images2/tableftI.gif") no-repeat left top;
	margin-right:10px;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabsI a span {
	float:left;
	display:block;
	background:url("/images2/tabrightI.gif") no-repeat right top;
	padding:2px 15px 2px 6px;
	color:#545556;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabsI a:hover span {
	color:#000;
}
#tabsI a:hover {	
	color:#000;
}
#tabsI a:hover span {
		color:#000;
}
#tabsI #current a {
	background-position:0% -22px;
	color:#000;
}
#tabsI #current a span {
	background-position:100% -22px;
	color:#000;
}
