.verbar	{
	color: black;
	background-color: #fd4d00;
	/*border: 2px outset #cecac1;*/
	padding-left: 5px;
	padding-top: 0px;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	/*display: block;*/
	background-color: #fd4d00;
	border: 2px outset #cecac1;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

.item a	{
	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: #000000;
	text-decoration: none;
}

.item a:active	{
	color: #ff0000;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
/*	top: 5px;

	right: 7px; */	right: 0px;
	display:none;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 0px 0px 0px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

