/* ----- 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-size: 90%;
	text-align: center;
	border: 1px solid #00549A;
	margin: 0 0.1em;
	padding: 0;
	}
.horbaritem a	{					/* colors, etc for horizontal main menu items */
	display: block;
	text-decoration: none;
	color: #0040ab;
	margin: 1px;
	padding: 0.15em 0.75em 0.07em 0.75em;
	}
.horbaritem a:link	{
	color: #0040ab;
	text-decoration: none;
	}
.horbaritem a:visited	{
	color: #0040ab;
	text-decoration: none;
	}
.horbaritem a:hover	{
	color: #0040ab;
	background-color: #B8D2FF;
	text-decoration: none;
	}
.horbaritem a:active	{
	color: #ffffff;
	background-color: #0040ab;
	text-decoration: none;
	}


.menuRestricted {					/* items available only to admin types */
	color: #ffffff;
 	background-color: #ff8401;
	padding: 0 0.5em;
  	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	}

.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-top: 1px solid #0070CC;
	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: 90%;
	border: 1px solid #0070CC;
	border-top: none;
	padding: 1px;
	}
.item a	{							/* colors, etc for (popup) sub-menu items */
	position: relative;
	display: block;
	text-decoration: none;
	padding: 0 0 0 1.5em;
	}
.item a:link	{
	color: #0040ab;
	text-decoration: none;
	}
.item a:visited	{
	color: #0040ab;
	text-decoration: none;
	}
.item a:hover	{
	color: #0040ab;
	background-color: #B8D2FF;
	text-decoration: none;
	}
.item a:active	{
	color: #ffffff;
	background-color: #0040ab;
	text-decoration: none;
	}
.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
	}
