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

.subframe	{
	position: relative;
	display: block;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-size: 12pt;
}

.item a	{
	text-decoration: none;
}

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

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

.item a:hover	{
	font-weight:bold;
}

.item a:active	{
	font-weight:bold;
}

.item a:focus	{
	font-weight:bold;
}

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

