		#vertical_container{height:auto;margin:0 0 -130px 0}
		.accordion_toggle {
			display: block;font-family:Arial;width: 510px;line-height: 16px;font-weight: normal;
			text-decoration: none;outline: none;font-size: 12px;color: #000000;cursor: pointer;margin: 0 0 0 0;}
		.accordion_toggle a{text-decoration:underline;color:#323232;}
		.accordion_toggle a:hover{text-decoration:none;color:#51abd0;}
		.accordion_content {overflow: hidden;font-family:Arial;margin-bottom:-10px}
		.accordion_content h2 {margin: 15px 0 5px 10px;color: #0099FF;}
		.toggle2 {}
		/* Container styling*/
		#horizontal_container {margin: 20px auto 20px auto;width: 520px;height: 100px;}
		#vertical_nested_container {margin: 20px auto 20px auto;width: 620px;}

	
/*arrow link*/
a.arrow{
	display:block;
	background-image:url(../images/plus.gif);
	background-repeat:no-repeat;
	width:21px;
	height:19px;
	background-position:center;
	float:right;
	margin-right:5px;
	}
	
a.arrow:hover{
	background-image:url(../images/plus.gif);
	background-repeat:no-repeat;
	}
	
a.arrow_up{
	display:block;
	background-image:url(../images/minus.gif);
	background-repeat:no-repeat;
	width:21px;
	height:19px;
	background-position:center;
	float:right;
	margin-right:5px;
	}
	
a.arrow_up:hover{
	background-image:url(../images/minus.gif);
	background-repeat:no-repeat;
	}
/*arrow link*/



