@charset "UTF-8";
/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 0px #DEDEDC;
	border-right: solid 0px #DEDEDC;
	border-top: solid 1px #DEDEDC;
	border-bottom: solid 1px #DEDEDC;
	width: 150px;
	cursor:pointer;
}

.content .body .navigation .CollapsiblePanelContent a{
	display:block;
	padding: 8px 4px 8px 12px;
	color:#FFF;
	border-bottom:solid 2px #CCCCCC;
}
.content .body .navigation .CollapsiblePanelContent a:hover{
	/*color:#003399;*/
	text-decoration:underline;
}


.item0{
	background-image: url(../../img/btn.jpg);
	background-repeat:no-repeat;
}

.item1{
	background-image: url(../../img/btn.jpg); 
	background-repeat:no-repeat;
}

.item1l{
	background-image: url(../../img/btnl.jpg); 
	background-repeat:no-repeat;
}

.item1x{
	background-image: url(../../img/btnx.jpg); 
	background-repeat:no-repeat;
}

.item2{
	background-image: url(../../img/btn2.jpg); 
	background-repeat:no-repeat;
}

.item2l{
	background-image: url(../../img/btn2l.jpg); 
	background-repeat:no-repeat;
}

.item2x{
	background-image: url(../../img/btn2x.jpg); 
	background-repeat:no-repeat;
}

.item3{
	background-image: url(../../img/btn3.jpg); 
	background-repeat:no-repeat;
}

.item3l{
	background-image: url(../../img/btn3l.jpg); 
	background-repeat:no-repeat;
}

.item3x{
	background-image: url(../../img/btn3x.jpg); 
	background-repeat:no-repeat;
}

