#tabsI { /*width: 96%;*/
	width: 851px;
	height: 100px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: #437bc6;
	font-weight: bold;
	font-size: 93%;
	line-height: normal;
	text-align: center;
	overflow: hidden; /*Ensures auto height for mozila etc*/
	background: url("../../images/firmbase/logo-white-bg.jpg") no-repeat;
}

#tabsI ul {
	width: 682px;
	padding: 77px 1px 0 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	list-style: none;
}

#tabsI li {
	display: inline;
}

#tabsI a {
	float: left;
	background: url("../../images/firmbase/tableftI.gif") no-repeat left top
		;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#tabsI a span {
	float: left;
	display: block;
	background: url("../../images/firmbase/tabrightI.gif") no-repeat right
		top;
	padding: 5px 15px 4px 6px;
	/*color:#FFF;*/
	color: #222;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {
	float: none;
}

/* End IE5-Mac hack */
#tabsI a:hover span { /*color:#FFF;*/
	color: #222;
}

#tabsI a:hover {
	background-position: 0% -42px;
}

#tabsI a:hover span {
	background-position: 100% -42px;
}