/***********************************************************************************************************************
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 {
	color: #003476;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
	margin: 0;
	width: 160px;
	padding: 4px 1px 4px 1px; }
	
.accordionButton a {
	height: 22px;
	color: #003476;
	font-weight: bold;
	width: 160px;
	display: block;
	text-decoration: none; }
	
.accordionButton a:hover {
	background-color:#43a83d;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	width: 160px; }


.accordionContent {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	margin-left: 0;
	padding: 3px 1px 1px 10px; }
	
.accordionContent a {
	color: #000;
	font-weight: bold;
	height: 18px;
	width: 165px;
	display: block;
	text-decoration: none;
	position: relative;
	left: 0;
	border-left-width: 0; }
.accordionContent a:hover { border-left: 3px solid #fff; text-decoration: none;}
.tableborder { font-family: Arial; border-right: 1px solid #000; border-bottom: 1px solid #000; border-left: 1px solid #000; }

