p {font-size:22px; color:black}
h1 {font-size:44px; color:black; font-weight:bold; text-align:center} 
h2 {font-size:40px; color:black; text-align:center}
h3 {font-size:30px; color:black; text-align:left}
h4 {font-size:30px; color:black; text-align:left; font-weight:900}
h5 {font-size:24px; color:black; text-align:center}
h6 {font-size:30px; color:black; text-align:center}
table {
	font-size:24px;
	color:#e8e8e8;
}

table ul li{
	color:0000ff;
}

div.menu-bar {
	position: relative;
	margin: 0;
	padding: 0;
	/* menu header width and height */
	height: 28px;
	width: 100%;
	background-color: #e8e8e8;
}
 
/* horizontal menu */

div.menu-bar ul {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	list-style-type: none;
	background-color: #e8e8e8;
	overflow: visible;
}

div.menu-bar ul li {
	display: block;
	float: left;
	height: auto;
	/* menu header's items width */
	width:auto;
}

div.menu-bar li > span, div.menu-bar li > a, div.menu-bar li > a:link,
div.menu-bar li > a:visited, div.menu-bar li > a:active {
	display: block;
	padding: 0 0 0 3px;
	height: 100%;
	width: 150 px;
	border-right: 0px;
	line-height: 30px;
	font-family: times, serif; font-size: 18px; font-style:normal; font-weight:bold;
	text-decoration: none;
	background-color: #e8e8e8;
	color: #5d5636;
	cursor: pointer;
}

div.menu-bar li:hover > span, div.menu-bar li:hover > a {
	color: #220000;
	background-color: #eeeabe;
}

/* vertical sub-menus */

div.menu-bar ul ul {
	margin-top: 2px;
	display: none;
	position: static;
	height: auto;
	/* vertical-menus width */
	width: 150 px;
	border: 1px #666666 solid;
	background-color: #eeeabe;
}

div.menu-bar li:hover > ul {
	display: block;
}

div.menu-bar ul ul li {
	position: relative;
	float: none;
	display: block;
	height: 28px;
	width: 100%;
	border: none;
}

div.menu-bar ul ul li > span, div.menu-bar ul ul li > a,
div.menu-bar ul ul li > a:link, div.menu-bar ul ul li > a:visited,
div.menu-bar ul ul li > a:active {
	height: 100%;
	width: 99%;
	padding: 0 0 0 2%;
	line-height: 28px;
	background-color: transparent;
	border: none;
	color: #000000;
	font-family: georgia, serif;
	font-size: 12px;
	font-style: normal;
}

div.menu-bar ul ul li:hover > span, div.menu-bar ul ul li:hover > a {
	background-color: #eeeabe;
	color: #ff0000;
}

/* vertical sub-sub-menus */

div.menu-bar ul ul ul {
	/* sub-sub-menu position is relative to its parent */
	position: static;
	top: 4px;
	left:170;
	width: 150 px;
	margin: 0;
}

/* an arrow on the right side of menu's folders */

span.menu-nav:after, a.menu-nav:after {
	content: "\00BB";
	float: right;
	margin-right: 8px;
}

.nav { 
  margin:0;
  padding:0;
  background:url("/images/StateMapRoll.png") no-repeat;
}

.nav a, .nav a:link, .nav a:visited {
  display:block;
  width: 178px;
  height: 92px; 
}

.nav a:hover img {
  visibility:hidden;
}
