@charset "utf-8";
/* CSS Document */
a:link{text-decoration:none;}
#es_menubar {
	border-style: none;
	margin: 0;
	padding: 0px;
	font-family: "Courier New",Courier,monospace;
	font-size: large;
	color: silver;
	background-color: #1C1C1C;
	font-weight: normal;
	list-style-type: none;
}
.es_generic {
	border-style: none;
	margin: 0;
	padding: 0px;
	font-family: "Courier New",Courier,monospace;
	font-size: large;
	color: silver;
	background-color: "black";
	font-weight: normal;
	list-style-type: none;
}


a.es_menubar_cell:hover,a.es_menubar_cell:active {
color: white;
}
