#menu {
	width: 80%;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	min-width: 910px;
	margin: 0px auto 10px auto;
	-webkit-text-size-adjust: none; /* Turn off font resizing */
	text-align: left;
	position: relative;
}

.menuEntry a {
	padding: 10px 20px 10px 20px;
	margin-right: 1px;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

.menuEntry a:hover {
	color: #ee1720;
}

.menuEntry .active {
	color: #ee1720;
	font-weight: bold;
	cursor: pointer;
}

.ios .menuEntry .active {
	color: #ee1720;
	font-weight: normal;
}

.menuEntry.shop a {
	padding: 10px 20px 10px 20px;
	margin-right: 1px;
	color: #ffffff;
	background-color: #ee1720;
	text-decoration: none;
}

.menuEntry.shop a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.menuEntry.shop .active {
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.menuEntryLockdown {
	padding: 8px 15px 9px 15px;
	color: #ffffff;
	background-color: #ee1720;
	font-weight: bold;
	text-shadow: none;
	position: absolute;
	right: 0px;
	top: -8px;
}