/* These command are turned off by the 
BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}

P
{padding-top: 10px;
margin: 0px;}

H1
{font-size: 8pt;
font-weight: bold;
padding-top: 15px;
margin: 0;}
*/


table.navbar { 
	/* font-size: 8pt; */
	margin: 0px;
	padding: 0px; 
	border: 0px; 
	/* font-weight: bold; */
	}

table.menu {
	/* font-size: 8pt; */
	margin: 0px;
	padding: 2px;
	border: 1px;
	/* font-weight: bold; */
	}

td.menuNormal {
	text-transform: uppercase;
	font: high tower text;
	padding: 2px;
	/* border: 0px; */
	color: green;
	/* font-weight: bold; */
	font-size:xx-small;
	vertical-align: center;
	/* background-color: white; */
	}

td.menuHover {
	text-transform: uppercase;
	font-size: xx-small;
	font: high tower text;
	padding: 2px;
	color: green;
	/* font-weight: bold; */
	/* vertical-align: top; */
	/*remove the following line for drop-down menu with images*/
	/* background-color: lightblue; */
	}

div.menuNormal {
	display: none;
	position: static;}

div.menuHover {
	border: 1px solid white; 
	font-size: xx-small;
	text-transform: uppercase;
	background-color: white;
	/* display: inline; */
	position: absolute;left:132;
	}

a.menuitem:link {
	text-decoration: none;
	text-transform: uppercase;
	color: green;
	background-color: white; 
	font-size:xx-small;
	font: high tower text;
	display: block;
	}

a.menuitem:visited {
	text-decoration: none;
	color: green;
	/* background-color: white; */
	font-size:xx-small;
	font:high tower text;
	display: block;
	}
a.menuitem:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: red;
	/* background-color: lightblue; */
	font-size:xx-small;
	border: 1px;
	font:high tower text;
	/* display: block; */
	}
a.menuitem:active	{
	text-decoration: none;
	text-transform: uppercase;
	color: green;
	/* background-color: lightblue; */
	font-size:xx-small;
	font:high tower text;
	display: block;
	}