.verbar	{
	color: black;
	width: 180px;
	display: block;
	line-height: 30px;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	background-color: #000000;
}

.subframe	{
	position: relative;
	display: compact;
	background-color: #FFFFFF;
	border: 1px outset #000066;
}

.item	{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

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

.item a:link	{
	text-decoration: none;
	color: #000000;
}

.item a:visited	{
	text-decoration: none;
	color: #000000;
}

.item a:hover	{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #102FA2;
}

.item a:active	{
	color: #0086C6;
	font-weight: normal;
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
}

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

.separator	{
	background-color: #102DA2;
	border-top: 1px solid #0086C6;
	border-bottom: 1px solid #ffffff;
	margin: 0px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

