
		
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 25px;
			width: 181px;
			padding: 0 10px 0 10px;
			line-height: 25px;
			color: #00673A;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			cursor: pointer;
			margin: 0;
			margin-left: 4px;
		}
		
		.accordion_toggle_active {
			background-color: #D37000;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
			margin-left: 4px;
			width: 200px;
			background-color: #F1EAD4;
			color: #050201;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
		
					
		.menu_toggle {
			
			color: #00673A;
			font-size: 12px;
			font: 12px Arial, Helvetica, sans-serif;
font-weight: bold;	

		}
	