/* Extended Education Mobile Minibanner Stylesheet */
/* Last Updated Aug 10, 2012 */

#upper-navbar {
	display: none;
}
#lower-navbar {
	display: none;
}
#left-sidebar {
	width: 100%;
	height: auto;
	background-color: #344356;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2) inset;
}
#navigation h1, #navigation h2, #navigation table {
	display: none;
}
#navigation {
	width: 100% !important;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#navigation ul {
	padding: 10px 5%;
	border: none;
}
#navigation li {
/*	width: 100%;
	padding: 2px 0;
	margin: 0 0 2px 0;
	border: none;
	float: left;
	clear: left;
	background: none repeat scroll 0 0 #4D6394;
	border-radius: 2px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
	display: inline;
}
#navigation li:first-child {
	display: none;
}
#toc {
	max-width: 37%;
}