.accordion-container {
	margin: 10px 0 15px 0;
	font-size: 12px;
	/*background: #070304;*/
	padding: 5px 10px 10px 10px;
	/*border: 1px solid #cccccc;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*-moz-box-shadow: 0 5px 15px #666666;
	-webkit-box-shadow: 0 5px 15px #666666;
	box-shadow: 0 5px 15px #666666;*/
	position:relative;
	behavior: url(PIE-1.0.0/PIE.php);
}


.accordion-header {
	font-size: 12px;
	background: #000000;
	margin: 5px 0 0 0;
	padding: 5px 8px;
	/*border: 1px solid #cccccc;*/
	cursor: pointer;
	color: #6CF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	font-weight: bold;
	behavior: url(PIE-1.0.0/PIE.php);
}



.active-header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: url(images/active-header.gif) #000;
	background-repeat: no-repeat;
	background-position: right 50%;
	position:relative;
	behavior: url(PIE-1.0.0/PIE.php);
	-moz-box-shadow: 1px 1px 10px #666666;
	-webkit-box-shadow: 1px 1px 10px #666666;
	box-shadow: 1px 1px 10px #666666;
}


.active-header:hover {
	background: url(images/active-header.gif) #000;
	background-repeat: no-repeat;
	background-position: right 50%;
}


.inactive-header {
	background: url(images/inactive-header.gif) #000;
	background-repeat: no-repeat;
	background-position: right 50%;
	-moz-box-shadow: 1px 3px 10px #666666;
	-webkit-box-shadow: 1px 3px 10px #666666;
	box-shadow: 1px 3px 10px #666666;
}


.inactive-header:hover {
	background: url(images/inactive-header.gif) #ffffff;
	background-repeat: no-repeat;
	background-position: right 50%;
	
}


.single-header {
	font-size: 12px;
	/*background: #FFCC66;*/
	background: #000;
	margin: 5px 0 0 0;
	padding: 5px 8px;
	/*border: 1px solid #cccccc;*/
	cursor: pointer;
	/*color: #6A5ACD;*/
	color:#6CF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	font-weight: bold;
	behavior: url(PIE-1.0.0/PIE.php);
	-moz-box-shadow: 1px 3px 10px #666666;
	-webkit-box-shadow: 1px 3px 10px #666666;
	box-shadow: 1px 3px 10px #666666;
}


.single-header:hover {
	background: #ffffff;
}


.accordion-container a.single-header-link {
	text-decoration:none;
	position: static;
	
}


.accordion-content {
	display: none;
	padding: 8px 8px 0 8px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 1px 3px 10px #666666;
	-webkit-box-shadow: 1px 3px 10px #666666;
	box-shadow: 1px 3px 10px #666666;
}


.open-menu-header {
	font-size: 12px;
	background: #000000;
	margin: 5px 0 0 0;
	padding: 5px 8px;
	/*border: 1px solid #cccccc;*/
	color: #6CF;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	position:relative;
	font-weight: bold;
	behavior: url(PIE-1.0.0/PIE.php);
	-moz-box-shadow: 1px 1px 10px #666666;
	-webkit-box-shadow: 1px 1px 10px #666666;
	box-shadow: 1px 1px 10px #666666;
}



.open-menu {
	display:block;
	padding: 8px 9px 0px 9px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 1px 3px 10px #666666;
	-webkit-box-shadow: 1px 3px 10px #666666;
	box-shadow: 1px 3px 10px #666666;
}
