@charset "UTF-8";
/* CSS Document */

.toggler {
	font-size: 11px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
	background-image: url(../GIFs/AccordianNavBG1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	padding-top: 5px;
	position: relative;
	text-align: center;
}
.active {
	background-image: url(../GIFs/AccordianNavBG2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
