li#blueback {
	background-image: url(../images/bluebar.gif);
	background-repeat: repeat-x;
	width: 20%;
	height: 32px;
}
li#orangeback {
	background-image: url(../images/orangebar.gif);
	background-repeat: repeat-x;
	width: 20%;
	height: 32px;
}
li#greenback {
	background-image: url(../images/greenbar.gif);
	background-repeat: repeat-x;
	width: 20%;
	height: 32px;
}
li#purpback {
	background-image: url(../images/purplebar.gif);
	background-repeat: repeat-x;
	width: 20%;
	height: 32px;
}
li#redback {
	background-image: url(../images/redbar.gif);
	background-repeat: repeat-x;
	width: 19%;
	height: 32px;
}
div#mainnav {
	background-image: url(../images/redbar.gif);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 19px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}