
#accordion-container {width:690px; padding:10px 0px;}

.accordionButton {	
	width: 680px;
	float: left;
	color:#ffffff;
	padding:6px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background: #318ECF;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 680px;
	padding:5px;
	float: left;
	background: #ffffff;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #4E4A4A;
	}
	
.over {
	background: #4E4A4A;
	}
	
	
	.accordionContent ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
width:690px;
}

.accordionContent ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
background:#ffffff;
}

.accordionContent ul li a{
color:#000000;
background: url(../images/orenge_arrow.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 10px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-size:14px;
border-bottom: 1px #e7e6e6 dashed;
line-height:18px;
}

.accordionContent ul li a:hover{ /*hover state CSS*/

background-color: #fbfafa;
}