/* CSS Document */

@media screen and (min-width: 725px) {
	.left ul{display: block !important;}

}
#menu_expander{display: none;}





/*stacked menu*/
@media screen and (max-width: 725px) {
.left ul{display: none;}
#menu_expander{
	top:4px;
	display: block;
	position: absolute;
	right:10px;
	color:#fff;
	border:1px solid #fff;
	padding:4px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:#2A368C;
}


.left ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
	width: 100%;
}
.left ul li{
	display: block;
	margin: 1px;
	cursor: pointer;
	padding: 9px 2px 9px 7px;
	float:none;
}
.left ul ul {
	list-style: none;
	padding: 0 0 0 0;
	display: none;
	left:auto !important;
	
}

.left ul a {
	text-decoration: none;
	color:#fff;
}
.left ul a:hover {
	color:#000;
}
.left ul .top_level{
	display: block;
}
.left{
	min-height: 34px;
	height:auto !important;
}
}