a:link { text-decoration: none; color: Blue; }
a:visited, a:active { text-decoration: none; color: Purple; }
.one {
	font-size: 14px;
	font-weight: bold;
}

#weather{
position:absolute; z-index:3; left: 0px; top: 0px;
 padding-left: 4px;
 padding-right: 2px;
 padding-top: 2px;
 padding-bottom: 2px;
}

#menu{
position:absolute; width:124px; z-index:1; left: 0px; top: 192px;
 padding-left: 2px;
 padding-right: 2px;
 padding-top: 0px;
 padding-bottom: 2px;
 background-color: #E70602;
}

#center {
position:absolute; z-index:2; left: 145px; top: 194px;
 padding-left: 4px;
 padding-right: 2px;
 padding-top: 2px;
 padding-bottom: 2px;
}

#random {
	position:absolute;
	width:300px;
	height:300px;
	z-index:4;
	left: 320px;
	top: 35px;
}

body,td,th {
	font: normal 11px arial;
	color: #000000;
}
body {
	background-image: url(http://www.osceolaflyers.com/images/background.jpg);
	background-repeat: repeat-x;
	}
	
#entries {
	border: 1px solid Black;
	padding: 2px 5px 2px 5px;
}	

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 125px; /* Width of Menu Items */
	border-bottom: 1px solid #E70602;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 124px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #fff; /* IE6 Bug */
	padding: 2px;
	border: 1px solid #E70602;
	border-bottom: 0; */
	background-color: White;
	}
	

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #000000; background: #FFFFFF; } /* Hover Styles */
		
li ul li a { text-decoration: none; color: Black; padding: 2px 2px;} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */