/***********************************************************************************************************************
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.
************************************************************************************************************************/

.accordionButton {	
	width: 100%;
  height: 52px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: url(../images/bgmenucel.png) repeat;
	
	cursor: pointer;
  text-align: center;
  color: #fff;
	}

.accordionButton > p{
  margin: 0;
  line-height: 38px;
}
  
.accordionButton > img{
 position: relative;
 top: -9px;
 left: 0px;
 width: 71px;
}
	
.accordionContent {	
	width: 100%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #bd5790;
  margin: -3px 0 0 0;
	}

.accordionContent ul{
  margin: 0 5%;
}
  
  .accordionContent ul li{
  float: none;
  }
	

.separadormenucel { background: url(../images/separadormenucel.png) repeat-x; width: 100%; height: 2px; }
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: url(../images/bgmenucel.png) repeat;
	}
	
.over {
background: url(../images/bgmenucel.png) repeat;
	}