#tabcontentcontainer {
	display: inline;
	width:428px; /*width of 2nd level content*/
}

.tabcontent {
	display:none;
	width:386px; /*width of 2nd level content area inside padding*/
	height:350px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	background-color: #faf8ee;
	border-bottom: 1px solid #c8eaeb;
	border-left: 1px solid #c8eaeb;
	border-right: 1px solid #c8eaeb;
	padding: 12px 20px 0px 20px;
	vertical-align: top;
}

.tabfix {
	height: 29px;
	width: 152px; /*width of custom tab image */
	background-image:url(/images/main/home_tab_hotel_on.gif);
}

#ddimagetabs {
	width: 428px;
	height: 29px;
}

#ddimagetabs a {
	display: block;
	height: 29px; /*height of tab image */
	float: left;
	display: inline;
	margin-left: 0px; /*spacing between tabs */
	background-repeat: no-repeat;
}

#ddimagetabs #customtab1 {
	width: 152px; /*width of custom tab image */
	background-image:url(/images/main/home_tab_hotel_off.gif); /*URL to OFF State tab image */
}

#ddimagetabs #customtab1:hover, #ddimagetabs {
	background-image:url(/images/main/home_tab_hotel_off.gif); /*URL to OFF State onmouseover image */
}

#ddimagetabs #customtab1.current {
	background-image:url(/images/main/home_tab_hotel_on.gif); /*URL to ON State tab image */
}

#ddimagetabs #customtab1.current:hover {
	background-image:url(/images/main/home_tab_hotel_on.gif); /*URL to ON State onmouseover image */
}

#ddimagetabs #customtab2 {
	width: 270px; /*width of custom tab image */
	background-image:url(/images/main/home_tab_hotel_air_off.gif); /*URL to OFF State tab image */
}

#ddimagetabs #customtab2:hover, #ddimagetabs {
	background-image:url(/images/main/home_tab_hotel_air_off.gif); /*URL to OFF State onmouseover image */
}

#ddimagetabs #customtab2.current {
	background-image:url(/images/main/home_tab_hotel_air_on.gif); /*URL to ON State tab image */
}

#ddimagetabs #customtab2.current:hover {
	background-image:url(/images/main/home_tab_hotel_air_on.gif); /*URL to ON State onmouseover image */
}