.exp_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.expand_all,
.collapse_all {
        cursor: pointer;
}
.exp_menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu5 li, .exp_menu li {
	background-image: none;
	margin: 0;
	padding: 0;
}
.exp_menu ul ul {
	display: block;
}
.exp_menu ul ul li a {
	padding-left: 20px;
	width: 109px;
}
.exp_menu a {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-left: 0;
	padding: 2px 2px 2px 20px;
	font-size: 20px;
    line-height: 55px;
}
.exp_menu a.expanded {
	background-color: #373737;
}
.exp_menu a.collapsed {
	background-color: #373737;
}

.exp_menu a{
	border-radius: 5px;
}

.exp_menu a:hover {
	text-decoration: none;
}
.exp_menu ul a {
	background: #e8e8e8;
	border-top: 2px solid #fff;
	color: #000;
	display: block;
	font-weight: normal;
	padding: 2px 2px 2px 10px;
	width: 119px;
}
.exp_menu ul a:link {
	font-weight: normal;
}
.exp_menu ul a:hover {
	background : #f5f5f5;
	text-decoration: underline;
}
.example_menu li.active a {
	background: #fff;
}
.example_menu li.active li a {
	background: #e8e8e8;
}
#menu1 li.footer, #menu2 li.footer, #menu3 li.footer, #menu4 li.footer, #menu5 li.footer, .example_menu .footer {
	background: transparent url('footer.jpg') no-repeat 0 0;
	border-top: 2px solid #212121;
	margin: 0 0 0px 0;
}
.exp_menu .footer span {
	display: none;
}

#menu5 li .events {
	margin: 20px;
}
