#navlist {
	position: relative;
	left: 4px;
	background-image: url(../images2/btnDown.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 780px;
}
#navlist li {
	padding: 9px 25px 10px 25px;
	position: relative;
	list-style-type: none;
	font-size: 12px;
	display: inline;
	top: 7px;
}
#navlist .active {
	background-image: url(../images2/btnOver.jpg);
	background-repeat: repeat-x;
}
#navlist a:link {
	color: #00437C;
	text-decoration:none;
	font-weight: bold;
}
#navlist a:visited {
	color: #00437C;
	text-decoration:none;
	font-weight: bold;
}
#navlist a:hover {
	color: #93A8CB;
	text-decoration:none;
	font-weight: bold;
}
#navlist a:active {
	color: #00437C;
	text-decoration:none;
	font-weight: bold;
}
#navlist a.active:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	background-image:none;
}
#navlist a.active:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	background-image:none;
}
#navlist a.active:hover {
	color: #00437C;
	text-decoration:none;
	font-weight: bold;
	background-image:none;
}
#navlist a.active:active {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	background-image:none;
}