/***********************************************************************************************************************
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.
************************************************************************************************************************/


.accordionButton {	
	width: 900px;
	float: left;
	height: 28px;
	padding-top: 10px;
	_float: none;  /* Float works in all browsers but IE6 */
	background: url(../images/menuBG.png) repeat-x bottom #f15e22;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	text-align: center;
	color: white;
	font-size: 110%;
	}
	
.accordionContent {	
	width: 800px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: none;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: url(../images/menuBGon.png) repeat-x top #ccc;
	color: #f15e22;
	}
	
.over {
	background: #CCCCCC;
	}