DIV.menu_top {
	color: #022987;
	font: normal 10pt Arial;

	position: absolute;
	top: -100;
	left:-500;

	z-index: 777;
	visibility: hidden;

	cursor: hand;
	cursor: pointer;
}

TABLE.menu_top {
	background: url('/i/menu-bg.gif');
	background-position-y: -43px;
}

TD.menu_top {
	color: #AAD5F5;
	font: normal 11px Verdana;

	height: 20px;

	padding-left: 12px;
	padding-right:10px;
}

A.menu_top, A.menu_top:link, A.menu_top:visited, SPAN.menu_top {
	color: #AAD5F5;
	font: normal 11px Verdana;
	text-decoration: none;
}

A.menu_top:hover {
	color: #FFFFFF;
}

td.menu_topL {
	padding-top: 11px;
}
td.menu_topR {
	padding-top: 20px;
}