/***********************************************************************************************************************
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: 150px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;	
	width: 130px;
	float: left;
	text-decoration: none;	
	_float: none;  /* Float works in all browsers but IE6 */
	background: #1A4C33;
	padding:5px 0px 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}
/* Light Green Background */	
.accordionContent {	
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	width: 123px;
	float: left;
	padding:10px 0px 10px 17px;
/*	margin: 0px 0px 0px 10px; */

	_float: none; /* Float works in all browsers but IE6 */
	background:  #8CA699;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/
a.lmenu {
	text-decoration:none;
	color:#ffffff;
	}
a.lmenu:hover {
	text-decoration:underline;
}
.on {
	background: #BA5C14;
	text-decoration: none;	
	}
	
.over {
	background: #BA5C14;
/*	background: #CCCCCC; */
	text-decoration: none;	

	}

