/* HyperLinks */
a:link {
	color: #003399;
	text-decoration: none;
	font-weight: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: none;
}

a:hover {
	color: #ffcc33;
	text-decoration: none;
	font-weight: none;
}

a:visited :hover {
	color: #ffcc33;
	text-decoration: none;
	font-weight: none;
}

a:active {
	color: #003399;
	text-decoration: none;
	font-weight: none;
}

/* HyperLinks for dark blue*/
a.submenu:link {
	color: #aaaaff;
	text-decoration: none;
	font-weight: none;
}

a.submenu:visited {
	color: #aaaaff;
	text-decoration: none;
	font-weight: none;
}

a.submenu:hover {
	color: #ffffaa;
	text-decoration: none;
	font-weight: none;
}

a.submenu:visited :hover {
	color: #ffffaa;
	text-decoration: none;
	font-weight: none;
}

a.submenu:active {
	color: #aaaaff;
	text-decoration: none;
	font-weight: none;
}

/* HyperLinks for yellow*/
a.yellow:link {
	color: #333300;
	text-decoration: none;
	font-weight: none;
}

a.yellow:visited {
	color: #333300;
	text-decoration: none;
	font-weight: none;
}

a.yellow:hover {
	color: #88aa00;
	text-decoration: none;
	font-weight: none;
}

a.yellow:visited :hover {
	color: #88aa00;
	text-decoration: none;
	font-weight: none;
}

a.yellow:active {
	color: #333300;
	text-decoration: none;
	font-weight: none;
}

TABLE#menu {
	table-layout: fixed;
	border: 0px;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	width: 780px;
}

/* Define table cells for light blue row */
TABLE#menu TR.menu1 TD {
	background: #aaf;
	color: #330;
}

/* Define table cells for dark blue row */
TABLE#menu TR.submenu TD {
	background: #22b;
	color: #ff8;
}

TABLE#menu TR TD.topchosen {
	background: #dd8;
	color: #228;
}