
.submenu	{ color: white; font-size: 10px; background-color: white; text-decoration: none; position: absolute; left: 0; top: 0; visibility: hidden; list-style-image: none; white-space: nowrap; }

.subframe	{ position: relative; display: block; border: outset 2px #cecac1; }

.item	{ position: relative; text-align: left; font-family: "luxi sans", verdana, geneva, arial, helvetica, sans-serif; font-size: 13px; line-height: 20px; text-decoration: none; list-style-type: square; }
/*
.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #000000;
}

.item a:visited	{
	color: #000000;
}
*/
.item a:hover	{
	color: maroon;
}
/*
.item a:active	{
	color: #ff0000;
}
*/
.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}
