/***********************************************************************************************************************
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#leftNav {
	width: 162px;
	margin:27px 0px 0px 31px;
}

.accordionButton {
	z-index: 3;
	position: relative;
	width: 142px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: none;
	padding: 17px 0px 0px 20px;
	margin: 15px 0px 0px 0px;
	font-size: 14px;
}
div.accordionButton:not(.on) span.secondary-label {
	text-shadow: 0 1px 1px #fff;
}
div.accordionButton span.secondary-label-color {
	color: #666;
}
	
div.accordionButton.on span.secondary-label-color {
	color: #333;
}
.ctctnewtag {
	position: relative;
    left: -45px;
    top: -25px;
} 
.ctctimg {
	position: relative;
	left: -40px; 
	top: -18px;
}
.ctcttab {
    width: 162px;
    height: 21px;
}	
.accordionContent {
	width: 142px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: url(/~site/jws/images/madPow_images/leftNav_selectedBottom.png) bottom left no-repeat;
	padding: 10px 0px 5px 20px;	
	margin-bottom: -25px;
}
	
.accordionContent a {
	color:#2b73dd;
	text-decoration:none;
}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.accordionButton.on {
	background:url(/~site/jws/images/madPow_images/leftNav_selectedTop.png) no-repeat;
}
.selectedButton {
	position:absolute;
	top:0px;
	left:0px;
	background:url(/~site/jws/images/madPow_images/leftNav_selectedTop.png) no-repeat;
	font-weight:bold;
	width:162px;
	height:38px;	
}
	
.over {
	background: none;
}
	
/***********************************************************************************************************************
SUBMENU STYLES
************************************************************************************************************************/	

#leftNav .accordionContent ul li{margin:0; border:0; padding:0; list-style:none;}

#leftNav .accordionContent ul {
	color:#4B4B4B;
	position:inherit;
	width:142px;
	margin:-5px 0px 0px 0px;
	padding:0px 0px 12px 0px;
	clear:both;
	z-index:2;
}
#leftNav .accordionContent li{
	display:block;
	float:none;
	margin:0px 0px 0px -14px;
	border:0;
	height:auto;
	line-height:normal;
}
#leftNav .accordionContent li a{
	font-size:12px;
	background:none;
	display:block;
	float:none;
	padding:4px 6px 4px 14px;
	margin:0;
	border:0;
	color:#2b73dd;
	line-height:normal;
	text-decoration:none;
}
#leftNav .accordionContent li a:hover{
	text-decoration:underline;	
}
