/*
* This file is intended to be used with the php file auto_nav.php
* It provides styling for the navigational element that auto_nav.php
* creates.
*/
#auto_nav{
	background: #cbd2d6;
	padding: 5px;
	width: 95%;
	border: 1px solid #34548d;
}
#auto_nav th{
	text-align: left;
	margin: 0;
	padding: 5px 5px 0px;
}
.h1{
	margin-left: 0px;
}
#auto_nav li.h2{
	margin-left: 5px;
	padding-bottom: 0.2em;
}
#auto_nav li.h3{
	margin-left: 25px;
	padding-bottom: 0.2em;
}

