.example_menu {
	
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 100%;
}
.expand_all,
.collapse_all {
        cursor: pointer;
}
.example_menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu1 li, #menu2 li, #menu3 li, #menu4 li, #menu5 li, .example_menu li {
	background-image: none;
	margin: 0;
	padding: 0;
}
.example_menu ul ul {
	display: block;
}
.example_menu ul ul li a {
	padding-left: 50px;
	color:#167CAF;
	width: 205px;
	height:20px;
}
.example_menu a {
	font-size:  15px;
	color:#727272;
	
	font-family: "oswaldregular";	
	cursor: pointer;
	display: block;
	margin-left: 0;
	padding:9px 0px 7px 0px;
	width: 100%;
	text-decoration: none;
	text-transform:uppercase;
	
}
.example_menu a.expanded {
	color: #729F26;
	color: #cc0000;
	
	
	
}
.example_menu a.collapsed {
	
	
}
.example_menu collapsed a:hover {
	background: #ccc ;
	
}
.example_menu a:hover {
	text-decoration: none;
	
	color: #729F26;
	color: #cc0000;	
}
.example_menu ul a {
	font-size:  15px;
	/*
	font-family: 'Open Sans Condensed', sans-serif; 
	font-family:Arial, Helvetica, sans-serif;
	*/
	font-family: "open_sansregular";
	border-top: 1px solid #E9E9E9;
	color: #666;
	display: block;
	font-weight: normal;
	padding:5px 5px 5px 7px;
	width: 95%;
	text-decoration: none;
	text-transform: none;
	background-color:#fff;
}
.example_menu ul a:link {
	font-weight: normal;
}
.example_menu ul a:hover {
	text-decoration: none;
	color:#fff;
	background-color:#333;
}
.example_menu li.active a {
	
	color:#cc0000;
}
.example_menu li.active li a {
	background: #F2F2F2;
	color:#729F26;
}
#menu1 li.footer, #menu2 li.footer, #menu3 li.footer, #menu4 li.footer, #menu5 li.footer, .example_menu .footer {
	
	border-bottom: 1px solid  #E2E2E2;
	height: 1px;
	line-height: 1px;
	
	width: 100%;
}
.example_menu .footer span {
	display: none;
}