/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#accordianWrapper {
	width: 712px;
	margin-left: auto;
	margin-right: auto;
	}


.accordionButton {	
	width: 712px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #800000;
	border-bottom: 3px solid #EEEEEE;
	cursor: pointer;
	}

.accordionContent {	
	width: 712px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #EEEEEE;
	}

	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #B5B5B5;
	}
	
.over {
	background: #B5B5B5;
	}