.description
	{
	position: relative;
	z-index: 0;
	font-size: 10px;
	color: #CC9900;
	}

.description:hover
	{
	background-color: transparent;
	z-index: 50;
	text-decoration: none;
	color: #CC9900;
	}

.description span
	{
		z-index: 50;
	position: absolute;
	padding: 1px;
	left: 100px;
	top: 0px;
	background: black;
	border: 2px solid #660000;
	visibility: hidden;
	text-align: center;
	text-decoration: none;
	color: #CC9900;
	}

.description:hover span
	{
	z-index: 50;
	visibility: visible;
	position: absolute;
	padding: 15px;
	left: 0px;
	font-size: 10px;
	text-decoration: none;
	color: #CC9900;
	}

.description_width p
	{
		z-index: 100;
	width: 300px;
	}
