#extranav-checklists-container {
	position: relative;
}

#extranav-checklists {
	position: relative;
	top: 0px;
	left: 0px;
}

#extranav-checklists-desc {
	height: 159px;
	width: 279px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #545454;
	border-top: 1px solid #A3A3A3;
	border-left: 1px solid #A3A3A3;
	border-bottom: 1px solid #242424;
	border-right: 1px solid #242424;
	border-radius: 8px 8px 8px 8px;
	text-shadow: #2E2E2E 0.1em 0.1em 0.1em;
	padding: 10px;
	color: white;
	display: none;
}
