@charset "utf-8";
/* CSS Document */

div#links {position: relative; z-index: 100;}
div#links a {
	display: list-item;
	text-align: left;
	padding: 0px;
	margin: 0;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#links a:hover {
	color: #000000;
	background-color: #FFFFCC;
}

div#links a span {display: none;}
div#links a:hover span {
	display: block;
	position: absolute;
	top: -10px;
	left: 180px;
	padding: 5px;
	width:200px;
	height:225px;
	margin: 10px;
	z-index: 100;
	color: #000000;
	font: 10px Verdana, sans-serif;
	text-align: left;
	background-color: #FFFFCC;
	border: 1px solid #F4e2e2;
}
