﻿ï»¿/* Styles for Navigation */
#MenuTop {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: small;
	padding:10px 0px 10px 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;
	background-color:#a0a0aa;
        border: 1px white solid;
}
#MenuTop a:link, #MenuTop a:visited {
	color: #000;
	text-decoration:none;
        font-weight:bold;
	padding:1px 10px 1px 10px;
}
#MenuTop a:hover {
	color: #004297;
	border: 1px white yellow;
	background:white;
	text-decoration:none;
	padding:1px 10px 1px 10px;
}
#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: 170px;
	color: #FFFFFF;
	font-size:xx-small;
}
#MenuLeft ul {
	list-style-type: none;
	width: 170px;
	display: block;
	margin: 0;
	padding: 0;
}
#MenuLeft li {
	display: block;
	padding: 2px 2px 2px 0px;
}
#MenuLeft a {
padding-top:4px;
text-align:center;
	height: 26px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background: url('../images/menu/x005g1.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
#MenuLeft a:hover {
	background: url('../images/menu/x005g2.gif');
}

