

/* TOP CAT BUTTON */
dl.accordion-menu dt.a-m-t, dt.midBtns {
	margin: 0;
	padding: 0;
	color: #3b5998;
	font-weight:bold;
	width:194px;
	height: 35px;
	background: url(../images/leftnav_btn_max.gif) no-repeat;
}

dl.accordion-menu {
	margin: 0;
	padding: 0;
	width: 194px;
	height: auto;
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 12px;
}

/* INTRODUCTION BUTTON */

dt#introduction {
	width: 194px;
	height: 35px;
	background: url(../images/leftnav_topBtn_max.png) no-repeat bottom left;
	cursor:pointer;
	zoom:1;
	margin: 0;
	padding:0;
	color: #3b5998;
}

dt#introduction:hover {
	color:#000;
	font-weight:bold;
}

html.accordion-menu-js dt.a-m-t-expand#introduction {
	color:#333;
	font-weight:bold;
	background: url(../images/leftnav_topBtn_min.png) no-repeat bottom left;
}

dl.accordion-menu dt.a-m-t-hover#introduction {
	color:#000;	
}

/* PUTTING IT ALL TOGETHER */

dt#putting_it_together {
	width: 194px;
	height: 35px;
	background: url(../images/leftnav_bottomBtn_max.png) no-repeat bottom left;
	cursor:pointer;
	zoom:1;
	margin: 0;
	padding:0;
	color: #3b5998;
}

dt#putting_it_all_together:hover {
	color:#000;
	font-weight:bold;
}

html.accordion-menu-js dt.a-m-t-expand#putting_it_together {
	color:#333;
	font-weight:bold;
	background: url(../images/leftnav_bottomBtn_min.png) no-repeat bottom left;
}

dl.accordion-menu dt.a-m-t-hover#putting_it_together {
	color:#000;	
}

/* TOP CAT BUTTON OVER */
dl.accordion-menu dt.a-m-t-hover {
	color:#000;
	font-weight:bold;
}

/* TOP CAT BUTTON DOWN */
dl.accordion-menu dt.a-m-t-down{
	
}

/* HAND CURSOR */
html.accordion-menu-js dt.a-m-t{
	cursor:pointer;
	zoom:1;
}

/* DROP DOWN FUNCTIONALITY */
dl.accordion-menu dd.a-m-d {
	margin: 0;
	padding: 0;
}

html.accordion-menu-js dd.a-m-d{
	display:none;
	border-right: 1px solid #d9d9d9;
}

/* Sub Cats Expanded */
html.accordion-menu-js dd.a-m-d-expand {
	display:block;	
	
}

.bd ul li {
	padding: 5px 0 5px 0;
	line-height: 12px;
	color: #3b5998;	
	cursor:pointer;
	zoom:1;
	visibility:visible;
	font-size: 10px;
}

html.accordion-menu-js dd.a-m-d-before-expand {
	display:block;
	position:relative;
	z-index:-1;
	opacity:0;
	height:auto !important;
	visibility:hidden;
	overflow:visible;
}

/* Top Cats Expanded */


html.accordion-menu-js dt.a-m-t-expand, .midBtns {
	color:#333;
	font-weight:bold;
	background: url(../images/leftnav_btn_min.gif) no-repeat top left;
}


html.accordion-menu-js dt.a-m-t-expand:hover {
	color:black; 
}


html.accordion-menu-js dd.a-m-d-anim {
	overflow:hidden;
	display:block;	
}

dl.accordion-menu dd.a-m-d .bd{
	padding:0 0 0 25px;
	background-color:#FFFFFF;
}

dl.accordion-menu dd.a-m-d .bd ul {
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 12px;
	text-decoration:none;
}

dl.accordion-menu dd.a-m-d .bd ul li:hover {
}

dl.accordion-menu dd.a-m-d .bd ul {
	margin: 0;
	padding: 0;
	list-style:none;
	width: 150px;
}

.categoryTitle {
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 12px;
	position: relative;
	top: 11px;
	left: 23px;
}

