.footerLinks > li {
	float: left;
	position: relative;
	width: 160px;
	min-height: 100%;
	padding: 5px;
}
.menu ul ul li a:hover {
	color: #fff;
	background-color: #295;
	border: 0;
	padding-left: 21px !important;
}
.menu ul ul {
	background-color: #035;
}
.framedBox {
background: none repeat scroll 0 0 #fff;
box-shadow: 3px 3px 15px #999;
padding: 8px;
}

/* Donate Sticky */
.fixedBtn a:link, .fixedBtn a:visited {
	display: block;
	height: 155px;
	width: 34px;
}	
.fixedBtn span {
	display: none;
}
.donate {
	background: url(/images/design/main/donate.png) no-repeat scroll left top rgba(0, 0, 0, 0);
	top: 130px;
	z-index: 10000;
	right: 0;
	position: fixed;
}
/*.donate:hover {
	background: url(../images/design/main/donateHover.png) no-repeat scroll left top rgba(0, 0, 0, 0);
}*/
/* Social Networks CSS */
.iconBtn div {
  height: 0px !important;
}
.iconSet {
  width: 300px!important;
}
.fc-event-inner span {
	color: #000;
}

@media (max-width: 700px) {
	.footerLinks > li {
		width: 50%;
	}
}
@media (max-width: 450px) {
	.footerLinks > li {
		width: 100%;
	}
}

