﻿ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	display: inline-block;
	float: left;
	width: 150px;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #F2C65E;
	color: #000099;
	font-weight: bold;
}
ul li:hover {
	font-weight: bold;
	color: #FFFFFF;
	z-index: 99;
	position: relative;
}
ul li a {
	color: #800000;
	text-decoration: none;
	width: 150px;
	height: 10px;
	border-spacing: 0px;
	font-size: xx-small;
	background-color: #F2C65E;
	line-height: 30px;
	display: block;
}
ul li a:hover {
	font-weight: bold;
	width: 500px;
	height: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #800000;
}
ul li ul li a {
	display: block;
	width: 150px;
	line-height: 30px;
	background-color: #F2C65E;
	color: #000000;
}
ul li ul li a:hover {
	font-weight: bold;
	color: #800000;
	line-height: 30px;
	background-color: #F2C65E;
	width: 150px;
	display: block;
}
ul li ul {
	visibility: hidden;
}
ul li:hover ul {
	visibility: visible;
}

