@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

.AccordionMenu {
	border: none;
	overflow: hidden;
	background: none;
	margin: 0;
	padding: 0;
}

.MenuPanel {
	margin: 0px;
	padding: 0px;
}

.MenuPanelTab {
	background-color: none;
	border-top: none;
	border-bottom: none;
	font-size: 13px;
	line-height: 16px;
	font-weight:bold;
	color: #181EA5;
	margin: 0px;
	padding: 2px 2px 1px 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.MenuPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0;
	height: 200px;
}

#sidebar ul div.MenuPanelContent ul li {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	margin:0;
	padding: 2px 10px 1px 15px;
}
#sidebar .MenuPanelContent ul a {
	color: #181EA5;
	text-decoration: none;
}
#sidebar .MenuPanelContent ul li a:hover {
	color: #847959;
}


/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .MenuPanelTab {
	background-color: none;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
#AccordionMenu .AccordionPanelTabHover {
	color: #181EA5;
	background-color: none;
}
#AccordionMenu .AccordionPanelOpen .AccordionPanelTabHover {
	color: #181EA5;
	background-color: none;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
#AccordionMenu .AccordionFocused .MenuPanelTab {
	background-color: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
#AccordionMenu .AccordionFocused .AccordionPanelOpen .MenuPanelTab {
	background-color: none;
}
