		/*
			Horizontal Accordion
		*/
		
				
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			font-size:12px;
			display: block;
			color: #666666;
			text-decoration: none;
			cursor: pointer;
			margin: 0 0px 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			font-size:12px;
			display: block;
			color: #ffffff;
			text-decoration: none;
			cursor: pointer;
			margin: 0 0px 0 0;
			
		}
		
		.horizontal_accordion_home {
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			font-size:12px;
			display: block;
			color: #666666;
			text-decoration: none;
			cursor: pointer;
			margin: 0 0px 0 0;
			
		}
		
		a {font-size:11px;}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			       	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			width: 110px;
			overflow: hidden;
			padding-left:0;
			border-left:1px #666666 solid;
			padding-top:5px;

		}
			
			.horizontal_accordion_content p {
				width:120px;				
				
			}
					
					
    /* Container styling*/
    #horizontal_container {
	float:left;
	margin-left:0;
      text-align:left;
	  	margin-top:10px;
	  	font-size:11px; 
    }
	
	
    
  
.active{
color:#FFFFFF;}