#serviceTabs {
    width: 905px;
    height: 224px;	
    background: #fff url(../img/bg_services.png) no-repeat;
    margin: 0 auto;
	padding: 20px 10px 5px 10px;	
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #dedede;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #fafafa;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.1em;
	padding: 0 16px 0 40px;
	outline: none;
}
ul.tabs {
	background: #fafafa;
}

	a.nav_umbrella {
		background: transparent url(../img/icon_umbrella.png) 10px center no-repeat;
	}	
	a.nav_travel {
		background: transparent url(../img/icon_travel.png) 7px center no-repeat;
	}
	a.nav_life {
		background: transparent url(../img/icon_life.png) 5px center no-repeat;
	}
	a.nav_homeowner {
		background: transparent url(../img/icon_homeowner.png) 7px center no-repeat;
	}
	a.nav_disability {
		background: transparent url(../img/icon_disability.png) 10px center no-repeat;
	}
	a.nav_business {
		background: transparent url(../img/icon_business.png) 7px center no-repeat;
	}
	a.nav_auto {
		background: transparent url(../img/icon_auto.png) 7px center no-repeat;
	}

html ul.tabs li.active, html ul.tabs li.active  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	font-weight: 900;
	background: #f1f1f1 url(../img/bg_activeTab.png) 0px -5px repeat-x;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;		
	border-bottom: 1px solid #f1f1f1; /*--Makes the active tab look like it's connected with its content--*/
}

/*------------------------------------------------------------------------*/
/*-- Content Container --*/

.tab_container {
	border: none;
	overflow: hidden;
	clear: both;
	float: left;width: 100%;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}