﻿ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	display: block;
	float: left;
	width: 122px;
	list-style-type: none;
	font-family: "Gill Sans MT Shadow";
	text-transform: uppercase;
	font-size: large;
	font-weight: bold;
	color: #A47B00;
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
}
ul li a {
	color: #A47B00;
	text-decoration: none;
	background-color: #000000;
	font-family: "Gill Sans MT Shadow";
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
}
ul li a:hover {
	font-family: "Flat Brush";
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #886600;
}
ul li ul li a {
	background-color: #B38600;
	font-family: "Flat Brush";
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
ul li ul li a:hover {
	background-color: #000000;
	color: #886600;
}
ul li ul {
	visibility: hidden;
}
ul li:hover ul {
	visibility: visible;
}
