
/* default stylesheet for menus for the Harvard Ultimate website */
/* by Charlie Cheever <ccheever@fas>, July 2002 */

#AboutMenuContent {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	}

#ContactMenuContent {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	}


#menu-background {
	position: absolute;
	top: 100px;
	left: 180px;
	background: transparent;
	width: 618px;

	height: 16px;
	overflow: hidden;
	z-index: 2;
}

#home-menu-button {
	position: absolute;
	top: 99px;
	left: 210px;
	background: transparent;
	width: 49px;
	height: 16px;
	overflow: hidden;
	z-index: 3;
}

#teams-menu-button {
	position: absolute;
	top: 99px;
	left: 301px;
	background: transparent;
	width: 53px;
	height: 16px;
	overflow: hidden;
	z-index: 3;
}
<!--
#media-menu-button {
	position: absolute;
	top: 99px;
	left: 396px;
	background: transparent;
	width: 50px;
	height: 16px;
	overflow: hidden;
	z-index: 3;
}

#calendar-menu-button {
	position: absolute;
	top: 99px;
	left: 488px;
	background: transparent;
	width: 72px;
	height: 16px;
	overflow: hidden;
	z-index: 3;
}

#records-menu-button {
	position: absolute;
	top: 99px;
	left: 602px;
	background: transparent;
	width: 68px;
	height: 16px;
	overflow: hidden;
	z-index: 3;
}

#tools-menu-button {
	position: absolute;
	top: 99px;
	left: 705px;
	background: transparent;
	width: 44px;
	height: 16px;
	overflow: hidden;
	z-index: 3;
}
-->
#TeamsMenuContainer {
	z-index: 10;
	}
#TeamsMenuContent {
	filter: alpha(opacity=88);
	-moz-opacity:0.76;
	z-index: 10;
	}
<!--

#MediaMenuContainer {
	z-index: 10;
	}
#MediaMenuContent {
	filter: alpha(opacity=88);
	-moz-opacity:0.76;
	z-index: 10;
	}

#CalendarMenuContainer {
	z-index: 10;
	}
#CalendarMenuContent {
	filter: alpha(opacity=88);
	-moz-opacity:0.76;
	z-index: 10;
	}

#RecordsMenuContainer {
	z-index: 10;
	}
#RecordsMenuContent {
	filter: alpha(opacity=88);
	-moz-opacity:0.76;
	z-index: 10;
	}

#ToolsMenuContainer {
	z-index: 10;
	}
#ToolsMenuContent {
	filter: alpha(opacity=88);
	-moz-opacity:0.76;
	z-index: 10;
	}
-->
.menu {
	background: white;
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #887777;
	padding-top: 2px;
	padding-bottom: 2px;
}

.menu-line {
	padding-top: 0px;
	padding-bottom: 0px;
}

.menu A:link {
	background: white;
	color: black;
	display: block;
	text-decoration: none;
}

.menu A:visited {
	background: white;
	color: black;
	display: block;
	text-decoration: none;
}


.menu A:hover {
	background: black;
	color: white;
	display: block;
	text-decoration: none;
}

.menu-bottom {
	background: white;
}
