#box {
	display: inline;
	z-index: 105;
	}

#box a:link
{
	margin-top: 4px;
	color: #000080;
	background: #ffffff;

	font:13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 140px;
	padding: 0px;
	list-style-type: none;
}

#box a:hover {
	color: #FF6600;

}

#box a span {display: none;}

#box a:hover span
{
	
	position: fixed;


display:block;
width: 300px;

font-weight: normal;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
padding: 0px;

}


