/*ÏÂÀ­²Ëµ¥*/
table.navFloat
{
	background:none;
	width: 143px;
	position: absolute;
	z-index: 2;
	visibility: hidden;
	background-color:rgb(187,1,2);
	FILTER: alpha(opacity=80);
	 moz-opacity: .9;
	 opacity: 0.9; 
/*	 margin-left:20px;_margin-left:20px;*margin-left:20px;
	 FILTER: alpha(opacity=90); moz-opacity: .9;opacity: 0.9;*/
	 font-weight:bold;
	
}
table.navFloat a.m
{
	background:none;
	display:block;
	width: 143px;
	height: 28px;
	line-height: 28px;
	padding:0 0px;
    color:#fff;
	text-decoration: none;
	border-bottom:1px #FFFFFF solid;
}
table.navFloat a.m:hover
{
	color:#ffffff;
	text-decoration: none;
	background:none;
	background-color:#ba8623;
}
