html {
	background-color: #990000;
}

h1 {
	color: black;
}

#navcontainer ul {
	margin: 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	width: 180px;
}

#navcontainer li { 
	margin: 0px 0px 3px 0px;
	}

#navcontainer a {
	display: block;
	border: 1px solid black;
	background-color: white;
	padding: 4px 4px 4px 55px;
}

#navcontainer a:link, #navlist a:visited {
	color: black;
	text-decoration: none;
	border: 1px solid black;
	background-color: white;
	background-image: url(../images/black_and_white_mustang2.png);
	background-repeat: repeat-y;
	background-position: 10px;
	color: black;
}

#navcontainer a:hover {
	border: 1px solid white;
	background-color: black;
	background-image: url(../images/mhsmustang2.png);
	background-repeat: repeat-y;
	background-position: 10px;
	color: white;
}

#navcontainercoaches ul {
	margin: 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	width: 255px;
}

#navcontainercoaches li { 
	margin: 0px 0px 3px 0px;
	text-align: right;
	}

#navcontainercoaches a {
	display: block;
	border: 1px solid black;
	background-color: white;
	padding: 4px 55px 4px 0px;
}

#navcontainercoaches a:link, #navlistcoaches a:visited {
	color: black;
	text-decoration: none;
	border: 1px solid black;
	background-color: white;
	background-image: url(../images/black_and_white_mustang2reverse.png);
	background-repeat: repeat-y;
	background-position: 203px;
	color: black;
}

#navcontainercoaches a:hover {
	border: 1px solid white;
	background-color: black;
	background-image: url(../images/mhsmustang2reverse.png);
	background-repeat: repeat-y;
	background-position: 203px;
	color: white;
}
