@charset "utf-8";
/* CSS Document */

/** ----- Matt's edits ----- */

/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float:left;
	height: 1%;
}
* html ul li a {
	height:1%;
}
/* End */
 li:hover ul {
	display:block;
	background-color:white;
}
li ul {
	position:absolute;
	left: 186px;
	top:-149px;
	z-index:7;
	display: none;
}
li ul li {
	background-color:#b2c874;
	width:200px;
}
ul li {
	position:relative;
}
/** ----- End Matt's edits ----- */
body{
	behavior:url(csshover.htc);
}
