/* Vertical Layers Menu */

.verbar	{
/*	width: 200px;  */
	color: white;
	background-color: inherit;
	border-top: thin solid #808080;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-left: thin solid #808080;
	border-right: thin solid #808080;
	border-top: thin solid #808080;
/*	border-bottom: thin solid #808080;  */
}

.subframe	{
	position: relative;
	display: block;
	background-color: inherit;
	color: inherit;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-indent: 0.75em;
	border-left: thin solid #808080;
/*	border-right: thin solid #808080;  */
/*	border-top: thin solid #808080;   */
	border-bottom: thin solid #808080;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: white;
	background-color: black;
	text-decoration: none;
}

.item a:visited	{
	color: white;
	background-color: black;
	text-decoration: none;
}

.item a:hover	{
	color: black;
	background-color: white;
	text-decoration: none;
}

.item a:active	{
	color: black;
	background-color: white;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}
