﻿/* Styles for Navigation */
#MenuTop {
	background: url('../images/FooterBackground.jpg') repeat-x;
	font-family:"Comic Sans MS",Arial, Helvetic, sans-serif;
	font-size: small;
	padding: 2px 0px 2px 0px;
}
#MenuTop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;padding-bottom:4px;
}
#MenuTop li {
	display: inline;
	padding:1px 8px 1px 8px;
}
#MenuTop a:link, #MenuTop a:visited {
	color: white;
	text-decoration:none;
	padding:1px 10px 1px 10px;
}
#MenuTop a:hover {
	color: #004297;
	background:white;
}
#MenuBottom {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: xx-small;
}
#MenuBottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#MenuBottom li {
	display: inline;
	padding-right: 8px;
}
#MenuLeft {
	position: relative;
	float: left;
	width: 140px;
	background-color: #004297;
	color: #FFFFFF;
	font-size:16px;
}
#MenuLeft ul {
	list-style-type: none;
	width: 140px;
	display: block;
	margin: 0;
	padding: 0;
}
#MenuLeft li {
	display: block;
	padding:2px 2px 2px 0px;
}
#MenuLeft a {
	font-weight: bold;
	text-decoration: none;
	color: #FFDFFF;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}
#MenuLeft a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #004297;
	border-bottom: 1px solid #004297;
	background-color: #D1EBFC;
}