.accessibility {
	display: none;
}
#barit {
	display: none;
	float: left;
	margin: 9px 0 0;
}
.barit {
	display: block;
	clear: both;
	margin: 2px 1% 0;
	padding: 15px;
	text-align: center;
}
.barit span {
	display: block;
	clear: both;
	margin: 0px 0 3px;
	padding: 0;
	width: 18px;
	height: 2px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	background: #4F71C6;
}
.barit span:hover {
	background: #A58495
}
.barit.hide {
	margin-top: 7px;
}
.barit.hide span.bar1 {
	transform: rotate(45deg);
}
.barit.hide span.bar3 {
	transform: rotate(-45deg);
  	margin-top: -5.2px;
}
.barit.hide span.bar2 {
	display: none;
}
#menuwrapper {
	margin: 0 0 20px 0;
}
#menuwrapper ul {
	list-style: none;
	width: 150px;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1.1em;
}
#menuwrapper li {
	margin-bottom: 4px;
}
#menuwrapper li li {
	margin-bottom: 2px;
}
/* first level */
#menuwrapper li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-left: 4px solid #cccccc;
}
#menuwrapper li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
}
#menuwrapper li a.menuactive {
	background: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
}
/* second level */
#menuwrapper li li a {
	font-weight: normal;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 15px;
	background: #f4f4f4;
	border: 0;
}
#menuwrapper li li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border: 0;
}
#menuwrapper li li a.menuactive {
	background: #eaeaea;
	color: #286ea0;
	border: 0;
}
/* third level */
#menuwrapper li li li a {
	font-weight: normal;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 34px;
	background: #f4f4f4;
	border: 0;
}
#menuwrapper li li li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border: 0;
}
#menuwrapper li li li a.menuactive {
	background: #eaeaea;
	color: #286ea0;
	border: 0;
}