.accordion, .accordion *{
	margin:0;
	padding:0;
	list-style-type: none;
	overflow:visible;
}
.accordion{
	background:url(../images/rightcrnr.gif) no-repeat top right;
	background-color:#FFFFFF;
	color:#000000;
}
.eight{
	background:none;
	width: 800px;
	overflow:visible;

}
.eight p, .five p{
	color:#000000 !important;
}
.seven{
	background:url(../images/sidetile_red.png) repeat-x top;
}
.six{
	background:url(../images/sidetile_or.png) repeat-x top;
 
}
.five{
	background:url(../images/sidetile_yl.png) repeat-x top;
}
.five p, .five h1,{
	color:#000000;
}
.four{
	background:url(../images/sidetile_gr.png) repeat-x top;

}
.three{
	background:url(../images/sidetile_blue.png) repeat-x top;

}
.two{
	background:url(../images/sidetile_pur.png) repeat-x top;

}
.one{
	background:url(../images/sidetile_vio.png) repeat-x top;

}

.active{
	background:#f0f;
}
.accordion li{
	cursor:pointer;
	list-style-position:inside;
}
.accordion .active_click{
	cursor:default;
}

.accordion #curve{
	position:absolute;
	right: -50px;
	top:0px;
	cursor:pointer;	
}
.accordion #tab{
	position:absolute;
	right: -70px;
	top:2px;
	cursor:pointer;	
}
.eight #tab{
	top: 10px;
	right: -114px;
	overflow:visible;
}

.seven #tab{
	top: 0px;
	right: -64px
}
.seven #tab:hover{
	right: -75px
}
.six #tab{
	top: 75px;
	right: -79px
}
.six #tab:hover{
	right: -87px
}
.five #tab{
	top: 151px;
	right: -78px
}
.five #tab:hover{
	right: -85px
}
.four #tab{
	top: 228px;
	right: -78px
}
.four #tab:hover{
	right: -85px
}
.three #tab{
	top: 304px;
	right: -78px
}
.three #tab:hover{
	right: -84px
}
.two #tab{
	top: 380px;
	right: -76px
}
.two #tab:hover{
	right: -83px
}
.one #tab{
	top: 456px;
	right: -64px
}
.one #tab:hover{
	right: -71px
}
.accordion span{
	font-size:12px;
	font-weight:bold;
}
.accordion #Body{
	margin: 30px 0px 10px 100px;
	height: 485px;
	width: 585px;
	overflow: auto;

}
.accordion h1{
	margin-bottom: 10px;	
}
.accordion p{
	margin-bottom: 10px;
	font-weight:normal;

}