.fancyme-accordion {
	width: auto;
	height: auto;
	min-width: 200px;
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: 39px;
	z-index: 9999999;
}
.fancyme-accordion h1, .fancyme-accordion h2, .fancyme-accordion ul, .fancyme-accordion li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 100;
}
.fancyme-accordion h1 {
	font-size: 21px;
	padding: 15px 12px;
}
.fancyme-accordion h2 {
	cursor: pointer;
	font-size: 18px;
	padding: 2% 3%;
	background: #fff !important;
	border-bottom: 1px solid #e4e4e4;
}
.fancyme-accordion h2.active {
	background:#fff !important;
	border-bottom: 2px solid #2D485D;
}
.fancyme-accordion ul li a {
	padding: 2% 3% !important;
	display: block;
	text-decoration: none;
	color: #2F4A5F;
	font-size: 16px;
	border-bottom: 1px solid #e4e4e4;
	background: #f6f6f6;
	width:94%;
}
.fancyme-accordion ul li a:hover {
}
/*.fancyme-accordion ul li a.active{
	background-color: #ddd;
}*/

/*Plugin CSS - Themes*/

.fancyme-accordion.blue h1 {
	color: #7F8C8D;
}
.fancyme-accordion.blue h2 {
	color: #2f4a5f;
	background: #ffffff;
	z-index: 99999999;
	clear: both;
	font-weight:bold;
}
.fancyme-accordion.blue h2:hover{
	background:#e8e7ed !important;
}
.fancyme-accordion.blue h2 span{
	background:url(../images/accordion-1_1.png) no-repeat right 8px;
	padding-right:13px;
}
.fancyme-accordion.blue .single-link span{
	background:url(../images/accordion-1_1.png) no-repeat right 10px;
	padding-right:13px;
}
.fancyme-accordion.blue h2.active span{
	background:url(../images/accordion-2.png) no-repeat right 8px;
}
h2.single {
	background-image: none !important;
}
.hover-indicator-small {
	position: absolute;
	top: -21px;
	right: 16px;
}
.second-level h2 {
	font-size: 18px;
}
.third-level h2 {
	font-size: 18px;
}
.second-level a {
	/*padding: 14px 12px !important;*/
}
.third-level a {
	/*padding: 14px 12px !important;*/
}
.fancyme-accordion ul li a:hover {
}
.single-link {
	border-bottom: 1px solid #E4E4E4;
	cursor: pointer;
	font-size: 18px;
	padding: 2% 3%;
	background: #fff;
	float: left;
	color: #2f4a5f;
	width:94%;
	line-height:19px;
	font-weight:bold;
}
.navigation-small .single-link:hover{background:#e8e7ed !important;}
.navigation-small ul.second-level{ border-bottom:1px solid #2D485D; max-height:480px; overflow-y:auto;}
.navigation-small ul.third-level{ border-bottom:1px solid #2D485D;}