/* ----- navigation menu CSS File ----- */
.horbar	{							/* format for the horizontal main menu */
	}
.horbaritem	{						/* format for horizontal main menu items */
	white-space: nowrap;
	font-size: 70%;
	text-align: center;
	margin: 0;
	}
.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;
	}
.horbaritem a:hover	{
	color: #CD181F;
	background-color: #ffffff;
	}
.horbaritem a:active	{
	color: #ffffff;
	background-color: #e41b23;
	}
td.horbarbreak {
	font-size: 70%;
	}
span.horbarbreak {
	position: relative;
	top: -2px;
	}

.menuRestricted {					/* items available only to admin types */
	color: #222222;
 	background-color: #FFCC66;
 	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 #666666;
	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-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 1px;
	}
.item a	{							/* colors, etc for (popup) sub-menu items */
	position: relative;
	display: block;
	text-decoration: none;
	}
.item a:link	{
	color: #e41b23;
	text-decoration: none;
	}
.item a:visited	{
	color: #e41b23;
	text-decoration: none;
	}
.item a:hover	{
	color: #ffffff;
	background-color: #e41b23;
	text-decoration: none;
	}
.item a:active	{
	color: #e41b23;
	background-color: #ffffff;
	}
.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
	}
