/* 1st Level Nav - 100x100 pixel rollover style for IE browsers */

td.L1cell a {  /*  for the top line of internal links */
	font: "Cooper Black", 13px Arial, Helvetica, sans-serif;
	width: 100px;
	height: 100px;
	color:#660066;
	text-align: center;
	margin: 0px;
	padding: 4px 5px 5px 4px;
	border-top: 1px solid #EEEEEE;
	border-right: 0px solid #ACACAC;
	border-bottom: 0px solid #ACACAC;
	border-left: 1px solid #EEEEEE;
}
td.L1space {
	font: "Cooper Black", 13px Arial, Helvetica, sans-serif;
	width: 5px;
}
td.L1cell a:hover {
	color:#666699;
	text-decoration: none;
	width: 100px;
	height: 100px;
	padding: 4px 5px 5px 4px;
	border-top: 1px solid #ACACAC;
	border-right: 0px solid #EEEEEE;
	border-bottom: 0px solid #EEEEEE;
	border-left: 1px solid #ACACAC;
}
td.L1cell a:visited {
	color:#6666BB;
	text-decoration: none;
}
