@charset "utf-8";
#navMenu {
	margin:0;
	padding:0;	
	}
#navMenu ul {
margin:0;
padding:0;
line-height:35px;
}	
#navMenu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	background-color:#ffcc00;
	}
	
	body,td,th {
	font-family: Trebuchet MS;
	background:#fff;
	
}
.style3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color:#000;
}
body {
	background-color: #ccc;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFCC00;
}
.style4 {
	font-family: "Trebuchet MS";
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.style7 {color: #000}
.style8 {
	color: #000;
	font-size: 36px;
	font-weight: bold;
}
.style9 {color: #000}
.style10 {color: #000; font-weight: bold; 
}
	
	
#navMenu ul li a {
	text-align:center;
	font-family:"Trebuchet MS",cursive;
	text-decoration:none;
	height:auto;	
	width:98px;
	display:block;
	color:#000;
	border:2px solid #fff;
	text-shadow:1px 1px 1px #000;
	}
	#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	height:auto;
	top:35px;
	}
#navMenu ul li:hover ul {
visibility:visible;
}
	
/*****************************************************************************/

#navMenu li:hover {
background:#CCFF66
	 /*background:#000099; */
	
}	
	
#navMenu ul li:hover ul li a:hover {
background:#00FFFF;
color:#DDD320;
}

#navMenu a:hover {
	color:#000;
	}
	
.clearFloat {
	clear:both;
	margin:0;
	padding:0;
	}		
	
		