/* ----- navigation menu CSS File ----- */
.horbar	{							/* format for the horizontal main menu */
	color: black;
	background-color: transparent;
	border: none;
	}
.horbaritem	{						/* format for horizontal main menu items */
	background-color: #ffffff;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	border: 2px outset #000000;
	margin: 0 0.25em;
	width: 7.5em;
	padding: 1px;
	}
.horbaritem a	{					/* colors, etc for horizontal main menu items */
	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: #B22CBA;
	text-decoration: none;
	}
.horbaritem a:active	{
	color: #ff0000;
	text-decoration: none;
	}

.verbar	{							/* format for the vertical main menu */
	color: black;
	background-color: transparent;
	border: none;
	}
.verbaritem	{						/* format for vertical main menu items */
	background-color: #ffffff;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	border: 2px solid #3dce32;
	margin: 0.33em 0;
	padding: 2px 0.66em;
	}
.verbaritem a	{					/* colors, etc for vertical main menu items */
	display: block;
	text-decoration: none;
	}
.verbaritem a:link	{
	color: #000000;
	text-decoration: none;
	}
.verbaritem a:visited	{
	color: #000000;
	text-decoration: none;
	}
.verbaritem a:hover	{
	color: #ffffff;
	background-color: #B22CBA;
	text-decoration: none;
	}
.verbaritem a:active	{
	color: #ff0000;
	text-decoration: none;
	}


.submenu	{						/* needed to create (popup) sub-menus*/
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}


.subframe	{						/* format for (popup) sub-menus */
	position: relative;
	display: block;
	background-color: #ffffff;
	border: 1px outset #3dce32;
	z-index: 15;
	}
.item	{							/* format for (popup) sub-menu items */
	background-color: #ffffff;
	text-align: left;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 75%;
	font-weight: bold;
	border: 1px solid #3dce32;
	padding: 2px;
	}
.item a	{							/* colors, etc for (popup) sub-menu items */
	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: #B22CBA;
	text-decoration: none;
	}
.item a:active	{
	color: #ff0000;
	text-decoration: none;
	}
.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
	}
