.divider
{
	font-family: Symbol;
	font-size: 8pt;
	color: salmon;
}
.NavTable
{
	position: absolute;
	top: 610px;
	left: 0px;
	width: 800px;
}
.NavItem, .NavItem a:link, .NavItem a:visited
{
	font-family: Comic Sans MS;
	color: orange;
	font-size: 8pt;
	text-decoration: none;
	padding: 2px;
	padding-Left: 5px;
	padding-Right: 5px;
}
.NavItem a:hover
{
	font-family: Comic Sans MS;
	color: red;
	font-size: 8pt;
	text-decoration: none;
	padding: 2px;
	padding-Left: 5px;
	padding-Right: 5px;
}
.VerticalNavItem, .VerticalNavItem a:link, .VerticalNavItem a:visited
{
	font-family: Comic Sans MS;
	font-size: 9pt;
	text-decoration: none;
}
.VerticalNavItem a:hover
{
	font-family: Comic Sans MS;
	font-size: 9pt;
	text-decoration: none;
}