body	{
	background-color: #ffffff;
}

.horbar	{
	color: black;
	background-color: #ffffff;
}

/* 
This is the text on the Horizontal Menu Bar
*/

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #000000;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #ffffff;
	background-color: #D3D3D3;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #0000ff;
	text-decoration: none;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #ffffff;
	/* border: 2px outset #cecac1; */
	border: 2px outset #D3D3D3;
}


/* 
This is the text on the Horizontal Menu Bar Sub Menu
*/

.item	{
	text-align: left;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	/* text-align: center; */
	color: #000000;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #000000;
	text-decoration: none;
}

.item a:visited	{
	color: #000000;
	text-decoration: none;
}

.item a:hover	{
	color: #ffffff;
	background-color: #D3D3D3;
	text-decoration: none;
}

.item a:active	{
	color: #0000ff;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}

.separator	{
	background-color: #000000;
	/*border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px; */	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}


