		/*
			Vertical Accordions
		*/
		
		.accordion_toggle 
		{
			display: block;
			height: 40px;
			/*width: 260px;*/
			background: url(image/accordeonmenu1.jpg) no-repeat top right #FFFFFF;
			/*padding: 0 10px 0 10px;*/
			/*line-height: 36px;*/
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			outline: none;

			font-size: 16px;
			/*color: #000000;*/
			cursor: pointer;
			margin: 0 0 0 0;
			font-family: Calibri, Arial, "Time New Roman";
			text-indent: 35px;
		}
		
		.accordion_toggle_active {
			background: url(image/accordeonmenu2.jpg) no-repeat top right #FFFFFF;
			color: #ffffff;
			/*width: 260px;*/
		}
		
		.accordion_content {
			/*width:260px;*/
			background-color: #ffffff;
			font-family: Calibri, Arial, "Time New Roman";
			color: #460071;
			overflow: hidden;
			text-indent: 30px;
			cursor: pointer;
			outline: none;
			font-size: 14px;
			/*line-height: 3px;*/
			

		}
			
		.accordion_content a	{
		
			color: #460071;
			text-decoration: none;
			
		}
		.accordion_content a:hover {
		
			background-color: #F88F18;	
			color: #460071;
			text-decoration: none;
			
		}

			
		.vertical_accordion_toggle {
			display: block;
			/*width: 260px;*/
			/*background: url(images/accordeonmenu1.jpg) no-repeat top right #a9d06a;*/
			/*padding: 0 10px 0 10px;*/
			/*line-height: 30px;*/
			font-weight: normal;
			text-decoration: none;
			outline: none;
			
			font-size: 14px;
			color: #460071;
			cursor: pointer;
			text-indent: 35px;
			
			
			/*line-height: 3px;*/
		}

		.vertical_accordion_toggle_active {
			/*background: url(images/accordeonmenu2.jpg) no-repeat top right #e0542f;*/
			/*color: #ffffff;*/
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			text-indent: 60px;
		}

		.vertical_accordion_content a {
			
			color: #460071;
			text-decoration: none;
		}
		.vertical_accordion_content a:hover {
		
			background-color: #F88F18;		
			color: #460071;
			text-decoration: none;
		}
		
		
			
		.vertical_accordion_toggle2 {
			display: block;
			/*width: 260px;*/
			/*background: url(images/accordeonmenu1.jpg) no-repeat top right #a9d06a;*/
			/*padding: 0 10px 0 10px;*/
			/*line-height: 30px;*/
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 14px;
			
			color: #460071;
			cursor: pointer;
			text-indent: 30px;
			
			/*line-height: 3px;*/
		}

		.vertical_accordion_content2 {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			text-indent: 60px;
			/*width: 260px;*/
		}

		.vertical_accordion_content2 a:hover {
		
			background-color: #F88F18;		
		}		

		


					
					
