/***********************************************************************************************************************
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.
************************************************************************************************************************/
#wrapper {
	width: 400px;
	margin-left: 0;
	}

.accordionButton {	
	width: 400px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #000;
	cursor: pointer;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #b30028;
	padding: 8px 8px 8px 0px;
	}
	
.accordionContent {	
	width: 600px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #b9b9b9;
	padding: 15px 15px 15px 0px;	
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #000;
	}
	
.over {
	background: #000;
	}