ul.menu-tabs {
	background: #3b5998 url(http://www.heartpool.com/layout/themes/heartpool/img/menu.png) no-repeat;
	line-height: 30px;
	margin: 0px;
	padding: 22px 0px 0px 0px;
	text-align: center;
	height: 28px;
	font-size: 13px;
	width: auto;
}

ul.menu-tabs li.tab {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.menu-tabs li.tab a {
	padding: 1px 0px 8px 9px;
	background: none;
	color: #fff;
}

ul.menu-tabs li.tab a:hover, ul.menu-tabs li.tab a:active {
	background: transparent url(http://www.heartpool.com/$external_c/heartpool/0-0-10-23/%25%2521/213/213F069B%25%25tab-hover.png) no-repeat left top;
	color: #3b5998;
	text-decoration: none;
}

ul.menu-tabs li.tab a.active {
	background: transparent url(http://www.heartpool.com/$external_c/heartpool/0-0-10-23/%25%2521/213/213F069B%25%25tab-hover.png) no-repeat left top;
	color: #3b5998;
	text-decoration: none;
}

ul.menu-tabs li.tab a span {
	padding: 1px 9px 8px 0px;
	background: none;
}

ul.menu-tabs li.tab a:hover span, ul.menu-tabs li.tab a:active span {
	background: transparent url(http://www.heartpool.com/layout/themes/heartpool/img/tab-hover.png) no-repeat right top;
}

ul.menu-tabs li.tab a.active span {
	background: transparent url(http://www.heartpool.com/layout/themes/heartpool/img/tab-hover.png) no-repeat right top;
}

*+html ul.menu-tabs li.tab a {
	padding-top: 0px;
}

