div.headmenu {
	display: block;
	position:absolute;
	top: 5px;
	overflow:visible;
	background-color: white;
	color: white;
}

div.headmenu span {
	display: block;
	background-color: white;
	text-align: left;
	z-index: 5;
	font-size: 0;
	white-space: nowrap;
}
div.headmenu span span {
	display: inline-block;
	background-color: #bfbfbf;
	margin-right: 7px;
}

div.headmenu  a {
	font-family: BurlBlack;
	font-size: 12pt;
	text-decoration: none;
	color: white;
	white-space: nowrap;
	display: inline-block;
	background-color: #bfbfbf;
	width: 188px;
	line-height: 41px;
	height: 41px;
	padding-left: 16px;
}
div.headmenu a:hover, div.headmenu a.active {
	background-color: #7f7f7f;
}





div.footmenu {
	display: none;
}
.hover {
-webkit-user-select: none;
-webkit-touch-callout: none;        
}
