/***********************************************************************************************************************
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.
************************************************************************************************************************/
#menu-lateral {
	width: 270px;
	}

.accordionButton {	
	width: 270px;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 270px;
	display: none;
	}

