/***********************************************************************************************************************
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 98%;
vertical-align: baseline;
  margin:0 0px 0px;
  line-height: 1.5em;

	}

.accordionButton {	
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 98%;
vertical-align: baseline;
  margin:0 0px 0px;
  line-height: 1.5em;
  height: 24px;


	background: #ffffff;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}
	
.accordionContent {	

  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 98%;
vertical-align: baseline;
  margin:0 0px 0px;
  line-height: 1.5em;

	background: #ffffff;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: none;
	}
	
.over {
	background: none;
	}