/* CSS Document */

.horizontal_accordion_toggle 
{
	/* REQUIRED */
	float: right;	/* This make sure it stays horizontal */
	/* REQUIRED */
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #FFFF4E;
	text-decoration:none;
	font-weight:normal;
	line-height:20px;
	outline: none;
	cursor: pointer;
	margin:0px;
}
				
/* Container styling*/
#horizontal_container {
  margin: 0px;
  height: 15px;
  width: 500px;
  float: right; 
}
.horizontal_accordion_content11 {	
	float: right;	/* This make sure it stays horizontal */
	/* REQUIRED */
	overflow: hidden;
	height: 15px;
}