table.navbar {
	font-size: 11pt;
	margin: 0px;
	padding: 0px; 
	border: 0px; 
	font-weight: bold;
}

table.menu {
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}


p.menuNormal {
	padding: 0px;
	color: blue;
	font-weight: bold;
	vertical-align: top;
	background-color: white;
}

p.menuHover {
	padding: 0px;
	color: blue;
	font-weight: bold;
	vertical-align: top;
}

td.menuNormal {
	padding: 0px;
	color: blue;
	font-weight: bold;
	vertical-align: top;
	background-color: white;
}

td.menuHover {
	padding: 0px;
	color: blue;
	font-weight: bold;
	vertical-align: top;
	/*remove the following line for drop-down menu with images*/
	/*background-color: lightblue;*/
}

div.menuNormal {
	display: none;
}

div.menuHover {
	border: 1px solid lightblue;
	background-color: white;
	display: inline;
	position: absolute;
}

a.menuitem:link {
	text-decoration: underline;
	color: blue;
	background-color: white;
	display: block;
}

a.menuitem:visited {
	text-decoration: underline;
	color: blue;
	background-color: white;
	display: block;
}

a.menuitem:hover {
	text-decoration: underline;
	color: blue;
	background-color: lightblue;
	display: block;
}

a.menuitem:active {
	text-decoration: underline;
	color: blue;
	background-color: lightblue;
	display: block;
}
