P
{padding-top: 6px;
margin: 0px;
text-align: center;}


table.navbar
{
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: bold;
	background-color: #A71602;
}

table.menu
{
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

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


td.menuHover
{padding: 0px;
color: white;
font-weight: bold;
vertical-align: top;
background-color: #333333;}

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

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

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

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

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

a.menuitem:active
{
	text-decoration: none;
	color: black;
	background-color: #A71602;
	display: block;
}

a.menuitem1:link
{
	text-decoration: none;
	color: white;
	background-color: #A71602;
	display: block;
	vertical-align: top;
}

a.menuitem1:visited
{
	text-decoration: none;
	color: white;
	background-color: #A71602;
	display: block;
}

a.menuitem1:hover
{
	text-decoration: none;
	color: white;
	display: block;
	padding: 0px;
	background-color: #333333;
}

a.menuitem1:active
{
	text-decoration: none;
	color: black;
	background-color: #A71602;
	display: block;
}
.btnav {
	background-color: #A71602;
	color: #FFFFFF;
}
