<style type="text/css">
/* General layout */
A:link        { font-weight: bold; text-decoration: none; color: #0000CC; }
/* Commented out due to menu/content issues */
/* A:visited     { font-weight: bold; text-decoration: none; color: #0000CC; } */
A:hover       { font-weight: bold; text-decoration: none; color: #0000FF; }

.TopMenuItem {
	text-decoration: none;
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-weight: bold;
	font-color: #FFFFFF;
	border-color: #000000;
	border-width: 0px;
	border-style: solid;
	padding: 10px 1px 10px 10px;
	cursor: hand;
	background: #415E7A;
	behavior:url(hover.txt)
}

.TopMenuItemOver {
	background: #758EA4;
	border-color: #808080;
	text-color: #006600;
	color: #006600;
}

.TopMenuItemClick {
	background: #758EA4;
	border-color: #808080;
	color: #CC6600;
}


</style>