@charset "UTF-8";
 
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC; 
		text-align:left;
} 
.CollapsiblePanelTab {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-bottom-width: thin;
	border-bottom-style: none;
	background: url(../img/fnd_menu01.png) no-repeat;
	height: 32px;
	width: auto;
	color: #245F86;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
		text-align:left;
}
 
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;	
	text-align:left;
	
}

 
.CollapsiblePanelTab a { 
	text-decoration: none;
}

 
.CollapsiblePanelOpen .CollapsiblePanelTab {	background: url(../img/fnd_menu02.png) no-repeat; }


.CollapsiblePanelClosed .CollapsiblePanelTab {}
 
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {}
 
.CollapsiblePanelFocused .CollapsiblePanelTab {}

.fnd_menu {	background: #FFF url(../img/fnd_menu01.png); }
