
P
{padding-top: 0px;
margin: 0px;}

H1
{font-size: 12px;
font-weight: bold;
padding-top: 15px;
margin: 0;}

table.navbar
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: bold;
	color: #FFFFFF;
}

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

td.menuNormal
{
	padding: 0px;
	color: #FFFFFF;
	font-weight: normal;
	vertical-align: top;
	background-color: #453A9F;
	font-size: 12px;
	border-width: 0;
}

td.menuHover
{padding: 0px;
color: white;
font-weight: normal;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: #746bcf;}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 0px solid lightblue;
background-color: #453a9f;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: white;
background-color: #453a9f;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: white;
background-color: #453a9f;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: white;
background-color: #746bcf;
display: block;}

a.menuitem:active
{text-decoration: none;
color: white;
background-color: #746bcf;
display: block;}
