.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	display: block;
	height: 232px;
	width: 40px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
	}
.horizontal_accordion_content {
	/* REQUIRED */
	height: 232px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	overflow: hidden;
	color: #fff;
	width:125px; 
	}
.horizontal_accordion_content p {
	line-height: 130%;
	padding: 0;
	height:232px;
	width:165px;
	top:10px;
	left:10px;
	}
   /* Container styling*/
#horizontal_container {
	width: 580px;   
	height: 232px;
	float:right;
	}
#vertical_nested_container {
	margin: 20px auto 20px auto;
	width: 620px;
	}
.divA {background:url(../images/tabhome.png) top left no-repeat;width:40px;}
.divA:hover {background:url(../images/tabhome-hover.png) top right no-repeat;}
.divB {background:url(../images/tabauto.png) top left no-repeat;width:40px;}
.divB:hover {background:url(../images/tabauto-hover.png) top right no-repeat;}
.divC {background:url(../images/tablife.png) top left no-repeat;width:40px;}
.divC:hover {background:url(../images/tablife-hover.png) top right no-repeat;}
.divD {background:url(../images/tabhealth.png) top left no-repeat;width:40px;}
.divD:hover {background:url(../images/tabhealth-hover.png) top right no-repeat;}
.divE {background:url(../images/tabcommercial.png) top left no-repeat;width:40px;}
.divE:hover {background:url(../images/tabcommercial-hover.png) top right no-repeat;}
.content_A {background:url(../images/tabbghome.jpg) no-repeat top right;}
.content_B {background:url(../images/tabbgauto.jpg) no-repeat top right;}
.content_C {background:url(../images/tabbglife.jpg) no-repeat top right;}
.content_D {background:url(../images/tabbghealth.jpg) no-repeat top right;}
.content_E {background:url(../images/tabbgcommercial.jpg) no-repeat top right;}