
.menulist {
	font-family: Microsoft Sans Serif;
	font-size: 17px;

	color: #FFFFFF;
	text-decoration: none;
		width: 175px;
	height: 20px;
	background-position: left center;






}
a.menulist:link {
	color: #FFFFFF;
	font-family: Microsoft Sans Serif;
	font-size: 17px;
	text-decoration: none;

	background-color: #003366;
	width: 175px;
	padding-left: 15px;
	height: 20px;









}

a.menulist:visited {
	color: #FFFFFF;
	font-family: Microsoft Sans Serif;
	font-size: 17px;
	text-decoration: none;

	background-color: #003366;
	padding-left: 15px;
	height: 20px;
	width: 175px;


	



}

a.menulist:hover {
	color: #FFFFFF;
	font-family: Microsoft Sans Serif;
	font-size: 17px;
	text-decoration: none;

	background-color: #0099CC;
	width: 175px;
	left: 0px;
	position: static;
	height: 20px;








}
a.menulist:active {
	color: #FFFFFF;
	font-family: Microsoft Sans Serif;
	font-size: 17px;
	text-decoration: none;


	background-color: #003366;
	padding-left: 15px;
	height: 20px;
	width: 175px;





}

