/***********************************************************************************************************************
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: 160px;
	margin-left:-5px;
	
	}
	
	

.accordionButton {	
	width: 160px;
	height:30px;
    margin-left:-15px;	
	background: #333333;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 160px;
	margin-left:-15px;
	background: #1b575a;
	border: 1px solid #FFFFFF
	}
	
	
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #990000;
	}
	
.over {
	background: #009191;
	}