#mainlinkstop {
	width: 400px;
	height: 10px;
	background: #0278fc;
	clear: both;
}

#mainlinks {

}

#mainlinks a {
	position: relative;
	display: block;
	width: 60px;
	height: 50px;
	padding: 5px 20px 0 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #373737;
	background: none;
	text-decoration: none;
	z-index: 5;
	float: left;
}

.hoverdrop {
	position: absolute;
	top: -150px;
	left: 0;
	display: block;
	width: 60px;
	height: 80px;
	padding: 30px 20px 0 20px;
	background: #0278fc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: -1;
}