.drop {
	position: relative;
	display: inline-block;
	font-size: .86em;
	text-transform: uppercase;
	color: #0b6666;
	font-weight: bold;
}

.dropContent {
	display: none;
	position: absolute;
	z-index: 1;
	white-space: nowrap;
	background-color: #e4e4ff;
}
.dropR {right: 0;}

.dropL {left: 0;}

.dropC {position: relative; margin-left: auto; margin-right: auto;}

.dropContent a {
	display: block;
	padding: 3px 6px 3px 10px;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #0b6666;
}

.dropContent a:hover { background-color: #ffffff;}

@media (hover: hover) {
	.drop:hover .dropContent { display: block; margin-top: 0px; }
}
@media (hover: none) {
	.drop:hover .dropContent { display: block; margin-top: 8px; }
}

.menux {
	font-size: .86em;
	text-transform: uppercase;
	color: #0b6666;
	font-weight: bold;
}