@charset "utf-8";
/* CSS Document */
.Estimate{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#003399;
	margin:0;
	padding:0;
	z-index:1;
}
#EstimateTab {
	float:left;
	width:100%;
	font-size:93%;
	border-bottom:1px solid #12ba09;
	line-height:normal;
	padding:0;
	margin:0 0 5px 0;
}
#EstimateTab ul{
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}
#EstimateTab li {
	display:inline;
	margin:0;
	padding:0;
}
#EstimateTab a {
	font-size:12px;
	float:left;
	background:url(../sunpc/images/tableft9.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#EstimateTab a span {
	float:left;
	display:block;
	background:url(../sunpc/images/tabright9.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#EstimateTab a span {float:none;}
/* End IE5-Mac hack */
#EstimateTab a:hover span {
	color:#fff;
}
#EstimateTab a:hover {
	background-position:0% -42px;
}
#EstimateTab a:hover span {
	background-position:100% -42px;
}
#EstimateTab .current a {
	background-position:0% -42px;
}
#EstimateTab .current a span {
	background-position:100% -42px;
	color:#19578b;
}