.menu {
	position: absolute;
	visibility: hidden;
	background: white;
	line-height: normal;
	top: -100px;
	left: -100px;
	margin: 0;
	padding: 0;
	width: 130px;
}

.menu A {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	display: block;
	width: auto;
	padding: 2px 5px 2px 15px;
	margin: 0 1px 0 1px;
}

.menu A:link, .menu A:visited {
	color: #033;
	text-decoration: none;
}

.menu A:hover, .menu A:active {
	color: black;
	background-repeat: no-repeat;
}

.menu .bottom IMG {
	display: block;
}