#sub_header {
	float:left;
	width:100%;
  background:#15448B url("/fin/images/sub_hdr_bg.gif") repeat-x bottom;
	font-size:100%;
	line-height:normal;
	border-bottom: 2px solid #666;
	padding-bottom: 7px;
}

#sub_header h1{
	padding: 10px 0px 0px 10px;
	margin: 0px;
	color: #FFF;
	font-size: 200%;
}
		
#sub_header ul {
	margin:0;
	padding: 5px 0px 0px 3px;
	list-style:none;
}
#sub_header li {
	display:inline;
	margin:0;
	padding:0;
}

#sub_header a {
	float:left;
	background:url("/fin/images/tab_left.gif") no-repeat left top;
	margin:0px 0px 0px 2px;
	padding:0 0 0 9px;
	text-decoration:none;
	font-weight:bold;
}
		
#sub_header a span {
	float:left;
	display:block;
	background:url("/fin/images/tab_right.gif") no-repeat right top;
	padding:5px 15px 5px 6px;
	font-weight:bold;
	color:#6A6969;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#sub_header a span {float:none;}
	/* End IE5-Mac hack */
#sub_header a:hover span {
	color:#d98604;
}

#sub_header a:hover {
	background-position:0% -150px;
}

#sub_header a:hover span {
	background-position:100% -150px;
