/***********************************************************************************************************************
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 {
	float:left;
	width: 550px;
	margin-left: 10px;
	margin-top:0px;
	text-align:left;
	}

.accordionButton {	
	width: 545px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #5b6779;
	cursor: pointer;
	height:25px;
	margin-top:2px;
	margin-bottom:12px;
	padding:4px;
	font-family:"Verdana";
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	opacity:0.80;
	filter:alpha(opacity=80);


	}
	
.accordionContent {	
	width: 550px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #dedeba;
	}
	
.over {
	background: #CCCCCC;
	}