/* ----- navigation menu CSS File ----- */
.horbar	{							/* format for the horizontal main menu */
	color: black;
	background-color: transparent;
	margin: 0 11em 0 0;
	border: none;
	}
.horbaritem	{						/* format for horizontal main menu items */
	color: #ffffff;
	font-family: sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	}
.horbaritem a	{					/* colors, etc for horizontal main menu items */
	display: block;
	text-decoration: none;
	}
.horbaritem a:link	{
	color: #ffffff;
	text-decoration: none;
	}
.horbaritem a:visited	{
	color: #ffffff;
	text-decoration: none;
	}
.horbaritem a:hover	{
	color: #d01418;
	background-color: #ffff33;
	text-decoration: none;
	}
.horbaritem a:active	{
	color: #006600;
	background-color: #ffff33;
	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: 90%;
	font-weight: bold;
	text-align: center;
	border: 2px outset #000000;
	margin: 0.5em 0;
	width: 7.5em;
	padding: 2px;
	}
.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: #d01418;
	background-color: #ffff33;
	text-decoration: none;
	}
.verbaritem a:active	{
	color: #006600;
	background-color: #ffff33;
	text-decoration: none;
	}

.menuRestricted {					/* items available only to admin types */
	color: #000000;
   	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: #d01418;
	z-index: 15;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #444444;
	}
.item	{							/* format for (popup) sub-menu items */
	background-color: #d01418;
	text-align: left;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 2px;
	}
.item a	{							/* colors, etc for (popup) sub-menu items */
	position: relative;
	display: block;
	text-decoration: none;
	}
.item a:link	{
	color: #ffffff;
	text-decoration: none;
	}
.item a:visited	{
	color: #ffffff;
	text-decoration: none;
	}
.item a:hover	{
	color: #d01418;
	background-color: #ffff33;
	text-decoration: none;
	}
.item a:active	{
	color: #006600;
	background-color: #ffff33;
	text-decoration: none;
	}
.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
	}
