/*
 *
 */

.DSMenuElement {
	float: left;
	width: 74px;
	height: 15px;
	margin: 0 0 0 1px;
	text-align: center;
}

.DSMenuBlockerElement {
	clear: left;
}

.DSMenuSubElementHidden {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

.DSMenuSubElementVisible {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px #fff solid;
	background-color: #808895;
}

.DSMenuSubElementContainer {
	margin: 3px;
}

