/* ----- navigation menu CSS File ----- */
.horbar	{							/* format for the horizontal main menu */
	color: #a0a0a0;
	background-color: transparent;
	border: none;
	}
.horbaritem, .horbarrbn	{						/* format for horizontal main menu items */
	position: relative;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 85%;
	text-align: center;
	vertical-align: bottom;
	margin: 0 3px;
	border: none;
	text-transform: uppercase;
	}
.horbaritem a, .horbarrbn a	{					/* colors, etc for horizontal main menu items */
	display: block;
	text-decoration: none;
	padding: 12px 6px;
	height: 22px;
	}
.horbaritem a:link, .horbaritem a:visited	{
	color: #a0a0a0;
	text-decoration: none;
	}
.horbarrbn a:link, .horbarrbn a:visited	{
	color: #ffffff;
	background-color: #f80000;
	text-decoration: none;
	background-image: url('/images/layout/menu_rbn_btm.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	}
.horbaritem a:hover, .horbarrbn a:hover	{
	color: #ffffff;
	background-color: #f80000;
	text-decoration: none;
	background-image: url('/images/layout/menu_rbn_btm.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	}
.horbaritem a:active	{
	color: #ff0000;
	text-decoration: none;
	}

img.horbarrbnlft {
	position: absolute;
	top: 0px;
	left: -14px;
	}
img.horbarrbnrht {
	position: absolute;
	top: 0px;
	right: -12px;
	}

.menuRestricted {					/* items available only to admin types */
	color: #ffffff;
 	background-color: #555555;
 	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: transparent;
	z-index: 15;
	background-image: url('/images/layout/bbox_bdy_x.png');
	border: 1px solid #888888;
	margin-top: -7px;
	}
.item	{							/* format for (popup) sub-menu items */
	background-color: transparent;
	text-align: left;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 75%;
	font-weight: bold;
	margin: 1px;
	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: #E4171E;
	text-decoration: none;
	}
.item a:active	{
	color: #ffffff;
	background-color: #F46161;
	text-decoration: none;
	}
.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
	}
