﻿ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline-block;
	width: 95px;
	list-style-type: none;
	font-family: Century;
	font-size: .8em;
	text-transform: uppercase;
	height: 20px;
	z-index: 99;
	text-align: center;
}
ul li a:hover {
	background-color: #FFFF00;
}
ul li a {
	border: thin double #FF6600;
	background-color: #FFBD35;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	width: 100px;
	display: inline-block;
	padding-left: 0px;
	font-weight: bolder;
	font-variant: normal;
	font-family: Century;
	font-size: xx-small;
	background-image: inherit;
	text-align: center;
}
ul li ul li a {
	background-color: #FFBD35;
	font-family: Century;
	font-weight: lighter;
	font-size: .8em;
	font-style: normal;
	z-index: 99;
	text-transform: uppercase;
}
ul li ul li a:hover {
	background-color: #FF6600;
}
ul li ul {
	visibility: hidden;
}
ul li:hover ul {
	visibility: visible;
}
