#tabs9 
	{ 
	float:left;
	width:99%;
	font-size:11px;
	/* border-bottom:1px solid #F45551; */
	line-height:normal;
	font-weight:bold;
	}
#tabs9 ul 
	{
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
	}
#tabs9 li 
	{
	display:inline;
	margin:0;
	padding:0;
	}
#tabs9 li.active
    	{
    	float:left;
    	border: 1px solid silver;
    	border-bottom: 1px solid white;
    	background-color: white;
    	color: black;
    	font-weight:bold;
    	margin-right:1px;
	padding:5px 15px 3px 10px;
	/* position: relative; */
	top: 1px;
    	}
#tabs9 a 
	{
	float:left;
	background:url("/images/tableft9.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabs9 a.current
	{
	float: none;
	background: none;
	margin: 0;
	padding:0 0 0 0;
	text-decoration:none;
	color:black;
	font-weight:bold;
	}
#tabs9 a span 
	{
	float:left;
	display:block;
	background:url("/images/tabright9.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs9 a span {float:none;}
/* End IE5-Mac hack */

#tabs9 a:hover span { color:#FFF; }
#tabs9 a:hover { background-position:0% -42px; }
#tabs9 a:hover span { background-position:100% -42px; }