table.headingTable {
	border-top		: 2px solid white; 
	border-bottom	: 2px solid white
}
a:hover {
	text-decoration	: none;
	font-family: arial;
	color: black;
}

a {
	text-decoration	: none;
	font-family: arial;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.menuHeading {
	padding-left	: 7px;
	padding-right	: 7px;
	border-left		: 2px solid white;
	/** border-right	: 2px solid white; **/
	margin			: 0;
	text-decoration	: none;
	font-weight		: bold;
	font-size		: 9pt;
	color			: White;
	text-transform: uppercase;
}
.menuHeading:hover {
	text-decoration	: none;
	color			: #FFC;
}
.menuItemOut {
	border-right	: 1px solid black;
	border-bottom	: 1px solid black;
	font-size		: 9pt;
}
.menuItemIn {
	background-color: #011973;
	color: white;
	text-decoration	: none;
	padding-left	: 5px;
	height			: 100%;
	font-weight		: bold;
	/** Need all three of these opacity to ensure the menu is transparent in all browsers ***/
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	background-color: #011973;
	color			: #FFC;
	padding-top		: 1px;
}
.menuItemOver {
	background-color: white;
	color			: #black;
	text-decoration	: none;
	padding-left	: 5px;
	padding-top		: 2px;
	height			: 100%;
	font-weight		: bold;
	cursor			: hand;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}