/* CSS Document */

		
.accordion_toggle {
   display: block;
   height: 35px;
   width: 590px;
   background: url(images/arrow_down.jpg) no-repeat top right #d9d9d9;
   padding: 0;
   line-height: 30px;
   color:#396C41;  
   font-size:1.8em;  
   letter-spacing:0px;
   text-transform:none;
   word-spacing:1px;
   text-transform:lowercase; 
   letter-spacing:-2px;
   cursor: pointer;
   margin:0px; 
   padding:0px 11px 0px;
   border-bottom:0px;
   }

.accordion_toggle_active {
   background: url(images/arrow_up.jpg) no-repeat top right #a9d06a;
   }
   
.accordion_content {
   background-color: #d9d9d9;
   overflow: hidden;
   }
   
/* Container styling*/
#horizontal_container {
   margin: 20px auto 20px auto;
   width: 590px;
   height: 50px;
   }