/* Accordian menu */

#acc_location {
	background-image: url(../nav/accordion_top.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 10px;
	color: #542E91; 
	height: 12px;
	padding: 5px;
}

#acc_location a {
	color: #542E91; 
	text-decoration: none;
}

#acc_location span {
	background-image: url(../nav/accordion_arrow.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding:5px;
	padding-left: 15px;
}

/**********************************/

#acc_menu {
	overflow: hidden;
	height: 272px; /* 192 */
}

.accordion_frame h3 { 
	background-image: url(../nav/accordion_menu.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-weight: normal;
	color: #C0C0C0; 
	font-size: 18px; 
	padding: 5px; 
	margin:0;
}

#acc_products div {
	height: 36px;
}

#acc_products div, #acc_menu div {
	overflow: auto;
	padding: 10px;
	background: #FFFFFF;
}

#acc_menu .acc_text {
	/* Each new acc menu is 32high, you need to work withn the height of 326px */
	height: 156px; /*108*/
	/* 156 */
}

.accordion_frame a { 
	color: #542E91; 
	text-decoration:none;
}

.accordion_frame ul { 
	list-style: none; 
	margin: 0;
	padding: 0;
	text-indent: 5px;
}

.accordion_frame ul li {
	padding: 2px 0;
}

