#slashdotBox {
	border-style: solid;
	width: 300px;
}

#slashdotBox h1 {
	background: white;
	text-align: center;
	border-style: none none solid none;
	margin: 0px;
	font-weight: normal;
	font-size: medium;
}

#slashdotBox ul {
	font-size: x-small;
	text-indent: -1em;
	list-style: none;
	padding-left: 1em;
	margin: 1px;
}

#slashdotBox span {
	display: none;
}

#slashdotBox a:hover span {
	width: 400px;
	text-decoration: none;
	display: block;
	color: black;
	background: #e7edd3;
	border: 1px solid #69c;
	padding-left: 5px;
	padding-right: 5px;
	text-indent: -3px;
	position: absolute;
	z-index: 10;
	float: right;
	text-decoration: none;
	font-weight: normal;
}

