/***********************************************************************************************************************
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 {
	width: 178px;
	font-size:1.2em;
	}
	
	.menu a
	{
	    color:#233567;
	    display:block;
	    width:168px;
	    padding:2px 5px 3px 5px;
	}
	
	.menu a:hover
	{
	    color:#e3e3e3;
	}
	
	.accordionContent a:hover
	{
	    color:#e31836;
	}
	.submit-abstract-button a
	{
	    background: #e31836;
	    color:#e3e3e3;
	    padding:5px;
	    font-size:1.2em;
	    margin-bottom:10px;
	    text-align:right;
	}


.accordionButton {	
	width: 168px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #fcaf17;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color:#233567;
	font-weight:bold;
    padding:0px 5px 0px 5px;
	}
	
	.accordionButton a 	
	{
	    padding:5px 0px 5px 0px;
	}
	
.accordionContent {	
	width: 168px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #eceb9a;
	padding-right:10px;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #e31836;
	color:#ffffff;
	}
	
.over {
	background: #e31836;
	color:#e3e3e3;
	}
