/* ----- navigation menu CSS File ----- */
.verbar	{							/* format for the vertical main menu */
	color: #ffffff;
	background-color: #585657;
	border: none;
	}
.verbaritem	{						/* format for vertical main menu items */
	white-space: nowrap;
	font-size: 75%;
	font-weight: bold;
	border: none;
	margin: 0.5em 0 0.5em 10px;
	}
.verbaritem a	{					/* colors, etc for vertical main menu items */
	display: block;
	text-decoration: none;
	}
.verbaritem a:link	{
	color: #ffffff;
	text-decoration: none;
	}
.verbaritem a:visited	{
	color: #ffffff;
	text-decoration: none;
	}
.verbaritem a:hover	{
	color: #ffffff;
	background-color: #e81929;
	text-decoration: none;
	}
.verbaritem a:active	{
	color: #e81929;
	background-color: #ffffff;
	}

.menuRestricted {					/* items available only to admin types */
	color: #5F0A10;
 	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;
	top: -3px;
	display: block;
	background-color: #585657;
	border: solid #B2AFB1 1px;
	z-index: 15;
	}
.item	{							/* format for (popup) sub-menu items */
	background-color: #585657;
	text-align: left;
	white-space: nowrap;
	font-size: 75%;
	font-weight: bold;
	border: none;
	margin: 0.25em 0 0.25em 5px;
	}
.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: #ffffff;
	background-color: #e81929;
	text-decoration: none;
	}
.item a:active	{
	color: #e81929;
	background-color: #ffffff;
	}
.item .fwdarr	{
	display: none;
	}
