/* Floating Menus */
div.fm
{
	position: absolute;
	background-color: #999999;
	padding: 10px 0px 7px 0px; 
	margin: 0px;
	border-style: none none solid none;
	border-width: 0px 0px 6px 0px;
	border-color: #666666;
	top: 51px;
	white-space: nowrap;
	visibility: hidden;
	line-height: normal;
	width: auto;
}

div.fm h6
{
	font-size: 10px;
	font-weight: normal;
	padding: 10px;
	margin: 0px;
	color: #cccccc;
	cursor: default;
}
div.fm a
{
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 9px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px 1px 10px; 
	margin: 0px;
}
div.fm a:hover
{
	background-color: #666666;
	color: #ffffff;
}
div.fm a:visited
{
	color: #ffffff;
}
div.fm a:active
{
	color: #ffffff;
}

