/***********************************************************************************************************************
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.
************************************************************************************************************************/
#accwrapper {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	top: 140px;
	}

.accordionButton {
  padding-top: 5px;	
	font-family: "Nobile";
	font-size: 22px;
	color: #999;
	width: 160px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}
	
.accordionContent {
	width: 150px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	padding-top: 5px;
	padding-left: 10px;
	color: #666;
	font-family: "Droid Sans";
	font-size: 13px;
	}
.accordionContent a {
	padding-left: 10px;
	color: #777;
	font-family: "Droid Sans";
	font-size: 13px;
	}
.accordionContent a:hover {
  font-family: "Droid Sans";
	color: #333;
	text-decoration: underline;
	}

.accordionButton a {
  font-family: "Nobile";
	text-decoration: none;
	color: #999;
	}

.accordionButton a:hover {
	font-family: "Nobile";
		text-decoration: none;
	color: #555;
	}	
	
.explain li {
				 padding-top: 5px;
	padding-left: 10px;
	color: #666;
	font-family: "Droid Sans";
	font-size: 13px;
				 list-style-type: none;
				 list-style-position: outside;
				 padding: 3px;
				 border-bottom: 1px solid #ccc;}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	color: #555;
	}

.active a {color: #555;}
.over {
	color: #555;
	}
