.navtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: e5d171;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 145px;
	border-bottom: 1px solid #006699;
    }
ul li {
	position: relative;
    }
li ul {
	position: absolute;
	left: 144px;
	top: 0;
	display: none;
	text-align: left;
   }
.ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #e5d171;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
li:hover ul, li.over ul { 
	display: block; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
