@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;
	
} */

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.menu {
	font: normal 8pt Arial, Helvetica, sans-serif;
	cursor: pointer;
list-style: none;
	display: inline;
		height: 33px;
	


}


.menu li {
	color:#666666;
	text-decoration: none;
	border-left: 1px solid #FF66CC;
	padding-left:6px;	padding-right: 6px;
	display: inline;

}
.menu a {
	color:#666666;
	text-decoration: none;
	padding-left:6px;	padding-right: 6px;
}
.menu a:hover {
	color:#FF66FF;
	text-decoration: none;
	background: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-right: 6px;
	padding-left:6px;	
	
}

.active {
	color:#000000;
	text-decoration: none;
		
	padding-left:8px;	padding-right: 8px;
		padding-top: 2px;
	padding-bottom: 8px;

	background: #FFFFFF;
}

