
/* 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: 620px;
	background: transparent;
	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: 281px;
	
	width: 53px;
	height: 16px;
	overflow: hidden;
	z-index: 3;
}

<!--
#alumni-menu-button {
	position: absolute;
	top: 99px;
	left: 356px;
	background: transparent;
	width: 55px;
	height: 16px;
	overflow: hidden;
	z-index: 3;
}

#media-menu-button {
	position: absolute;
	top: 99px;
	left: 433px;
	background: transparent;
	width: 50px;
	height: 16px;
	overflow: hidden;
	z-index: 3;
}

#calendar-menu-button {
	position: absolute;
	top: 99px;
	left: 505px;
	background: transparent;
	width: 72px;
	height: 16px;
	overflow: hidden;
	z-index: 3;
}

#records-menu-button {
	position: absolute;
	top: 99px;
	left: 599px;
	background: transparent;
	width: 68px;
	height: 16px;
	overflow: hidden;
	z-index: 3;
}

#tools-menu-button {
	position: absolute;
	top: 99px;
	left: 689px;
	background: transparent;
	width: 44px;
	height: 16px;
	overflow: hidden;
	z-index: 3;
}
-->

#TeamsMenuContainer {
	z-index: 10;
	}
#TeamsMenuContent {
	filter: alpha(opacity=100);
	-moz-opacity:0.99;
	z-index: 10;
	}
<!--

#AlumniMenuContainer {
	z-index: 10;
	}
#AlumniMenuContent {
	filter: alpha(opacity=100);
	-moz-opacity:0.99;
	z-index
	}
	
#MediaMenuContainer {
	z-index: 10;
	}
#MediaMenuContent {
	filter: alpha(opacity=100);
	-moz-opacity:0.99;
	z-index: 10;
	}

#CalendarMenuContainer {
	z-index: 10;
	}
#CalendarMenuContent {
	filter: alpha(opacity=100);
	-moz-opacity:0.99;
	z-index: 10;
	}

#RecordsMenuContainer {
	z-index: 10;
	}
#RecordsMenuContent {
	filter: alpha(opacity=100);
	-moz-opacity:0.99;
	z-index: 10;
	}

#ToolsMenuContainer {
	z-index: 10;
	}
#ToolsMenuContent {
	filter: alpha(opacity=100);
	-moz-opacity:0.99;
	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;
}
