#tabcontentcontainer {
	display: inline;
	width:500px; /*width of 2nd level content*/
}

.tabcontent {
	display:none;
	/*width of 2nd level content area inside padding*/
	height: 400px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	background-color: #f5f0e1;
	border-right: 1px solid #ffffff;
	padding: 20px 24px 0px 25px;
	vertical-align: top;
}

#ddimagetabs {
	width: 189px;
	height: 53px;
}

#ddimagetabs a {
	display: block;
	height: 53px; /*height of tab image */
	width: 189px;
	float: left;
	display: inline;
	margin-left: 0px; /*spacing between tabs */
	background-repeat: no-repeat;
}

#ddimagetabs #customtab1 {
	width: 189px; /*width of custom tab image */
	background-image:url(../images/our_business_tab1_off.gif); /*URL to OFF State tab image */
}

#ddimagetabs #customtab1:hover, #ddimagetabs {
	background-image:url(../images/our_business_tab1_on.gif); /*URL to OFF State onmouseover image */
}

#ddimagetabs #customtab1.current {
	background-image:url(../images/our_business_tab1_on.gif); /*URL to ON State tab image */
}

#ddimagetabs #customtab1.current:hover {
	background-image:url(../images/our_business_tab1_on.gif); /*URL to ON State onmouseover image */
}

#ddimagetabs #customtab2 {
	width: 189px; /*width of custom tab image */
	background-image:url(../images/our_business_tab2_off.gif); /*URL to OFF State tab image */
}

#ddimagetabs #customtab2:hover, #ddimagetabs {
	background-image:url(../images/our_business_tab2_on.gif); /*URL to OFF State onmouseover image */
}

#ddimagetabs #customtab2.current {
	background-image:url(../images/our_business_tab2_on.gif); /*URL to ON State tab image */
}

#ddimagetabs #customtab2.current:hover {
	background-image:url(../images/our_business_tab2_on.gif); /*URL to ON State onmouseover image */
}

#ddimagetabs #customtab3 {
	width: 189px; /*width of custom tab image */
	background-image:url(../images/our_business_tab3_off.gif); /*URL to OFF State tab image */
}

#ddimagetabs #customtab3:hover, #ddimagetabs {
	background-image:url(../images/our_business_tab3_on.gif); /*URL to OFF State onmouseover image */
}

#ddimagetabs #customtab3.current {
	background-image:url(../images/our_business_tab3_on.gif); /*URL to ON State tab image */
}

#ddimagetabs #customtab3.current:hover {
	background-image:url(../images/our_business_tab3_on.gif); /*URL to ON State onmouseover image */
}

#ddimagetabs #customtab4 {
	width: 189px; /*width of custom tab image */
	display: none;
}
