/* ----- navigation menu CSS File ----- */

.verbar	{							/* format for the vertical main menu */
	width: 100%;
	border: none;
	border-top: 1px solid #97370E;
	}
.verbaritem	{						/* format for vertical main menu items */
	qqbackground-color: #362010;
	background-color: transparent;
	color: #ffffff;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #97370E;
	margin: 0;
	padding: 0.1em 0;
	}
.verbaritem a	{					/* colors, etc for vertical main menu items */
	display: block;
	color: #ffffff;
	text-decoration: none;
	}
.verbaritem a:link	{
	color: #ffffff;
	text-decoration: none;
	}
.verbaritem a:visited	{
	color: #ffffff;
	text-decoration: none;
	}
.verbaritem a:hover	{
	background-color: #ed6c35;
	color: #ffffff;
	text-decoration: none;
	}
.verbaritem a:active	{
	background-color: #9CDB23;
	color: #ffffff;
	text-decoration: none;
	}

.menuRestricted {					/* items available only to admin types */
	color: #76DAE7;
   	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;
	border-left: 2px solid #97370E;
	border-right: 1px solid #97370E;
	border-top: 1px solid #97370E;
	z-index: 15;
	}
.item	{							/* format for (popup) sub-menu items */
	background-color: #362010;
	color: #ffffff;
	text-align: left;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 95%;
	font-weight: bold;
	padding: 0.1em 0 0.1em 2px;
	border-bottom: 1px solid #97370E;
	}
.item a	{							/* colors, etc for (popup) sub-menu items */
	position: relative;
	display: block;
	color: #ffffff;
	text-decoration: none;
	}
.item a:link	{
	color: #ffffff;
	text-decoration: none;
	}
.item a:visited	{
	color: #ffffff;
	text-decoration: none;
	}
.item a:hover	{
	background-color: #ed6c35;
	color: #ffffff;
	text-decoration: none;
	}
.item a:active	{
	background-color: #9CDB23;
	color: #ffffff;
	text-decoration: none;
	}
.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
	}
