.menuLink {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #121;
	padding: 5px;
	border: 1px solid #ccc;
	border-color: red;

}

.menuLink:hover {
	color:#ffa500;
}

.menuDiv {
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	margin-left: 0px;
	margin-top: -15px;
}
