.menuindex {
	overflow: visible;
	width: 1025px;
	height: 100px;
	font-family: 'Comic Sans MS';
	text-align: center;
	margin: 0 auto 0 auto;
	position: relative;
}

.menuindex a {
	text-decoration: none;
	text-align: center;
}

.menuindex a:hover {
	cursor: pointer;
}

.menuindex a img {
	margin: 0;
	border: none;
}

.menuindex a:hover .desc{
	display: block;
	font-size: 1.125em;
	padding: 0;
	background: #ffffe0;
	position: absolute;
	top: 30px;
	left: 1px;
	padding: 0;
	margin: 0;
	width: 300px;
	border-top: 1px solid #ff6600;
	border-right: 2px solid #ff6600;
	border-bottom: 2px solid #ff6600;
	border-left: 1px solid #ff6600;
}

.menuindex a .desc {	display: none; }