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

.accordionButton {	
	width: 168px;
	float: left;
	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background: url(../bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	
	cursor: pointer;
	}
	
.accordionContent {	
	width: 200px;
	float: left;
	left: 5px;
	display: none;
	padding-left:13px;
	}
