div.menuButton
{	position: fixed;
	top: 6px;
	left: 6px;
//	height: 24px;
//	width: 36px;
	padding: 8px;
	padding: 1vw;
	z-index: 101; 
	text-align: center;
	font-size: 24px;
	font-size: 4vw;
	font-weight: bold;
	border-radius: 5px;
	border: solid #999 4px;
	background-color: #ddd;
	color: #111;
	cursor: pointer;
}

div.menu-wrapper, div.menu2-wrapper
{	position: fixed;
	width: 20vw;
	min-width: 300px;
	height: 50%;
	top: 81px;
	top: 5.5vw;
	left: 10px;
	left: 1vw;
	height: 250px;
	height: 22vw;
	z-index: 49;
	display: none;
//	background-color: black;
	opacity: 1;
}

div.menu-item
{	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 1px;
	padding: 8px;
	border: solid #aaa 1px;
	border-radius: 2px;
	background-color: black;
	color: white;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	letter-spacing: 2px;
	cursor: default;
}
div.menu-fwd
{	background-image: url("../images/ff.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto 12px;
}
div.menu-back
{	background-image: url("../images/rwd.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto 12px;
}

div.menu-item-login
{	height: 48px;
	line-height: 20px;
	vertical-align: middle;
	margin: 1px;
	padding: 8px;
	border: solid #aaa 1px;
	border-radius: 2px;
	background-color: black;
	color: white;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 10px;
	font-size: 0.9vw;
	text-align: left;
	letter-spacing: 2px;
	cursor: default;
}
div.menu-item-login-button
{	font-weight: bold;
	font-size: 18px;
	font-size: 0.9vw;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background-color: #777;
	color: #000;
}	

div.submenu-item
{	margin: 0px 1px 0px 1px;
	font-size: 8px;
	font-size: 0.7vw;
	text-align: center;
}

div.menu-item-selected
{	background-color: #fff;
	color: black;
	cursor: pointer;
	border-bottom: solid white 1px;
}
div.submenu-item-selected
{	background-color: #fff;
	border: solid white 1px;
	border-radius: 2px;
	color: black;
	font-weight: bold;
	cursor: pointer;
}

div.submenu-wrapper
{	width: 100%;
	height: 52px;
	position: fixed;
	top: 108px;
/*	border-top: solid white 2px;
	border-bottom: solid white 4px;
	border-left: solid white 1px;
	border-right: solid white 1px;
	border-radius: 3px;
	background-color: white; */
	height: 26px;
	z-index: 49;
	display: none;
}
div.wrapper-login
{	right: 9px;
	height: 52px;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 7px 25px 0px 25px;
	border-right: solid #aaa 1px;
	border-top-right-radius: 0px;
}

input[type="text"].loginText, input[type="password"].loginText
{	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
}
.loginSubmit
{	background-image: url('images/login-fade.png');
	width: 70px;
	height: 17px;
	margin: 2px 0px 0px 5px;
	float: right;
	cursor: pointer;
}
div.message
{	color: #999;
	font-style: italic;
	line-height: 12px;
	font-size: 12px;
}

/* for mobile */

@media screen and (max-width: 480px)
{

div.menu-wrapper // used to be .menusWrapper
{	top: 81px;
	display: none;
}
div.menu2-wrapper
{	top: 81px;
	display: none;
}

div.menuButton
{	position: fixed;
	top: 6px;
	left: 6px;
//	height: 24px;
//	width: 36px;
	padding: 8px;
	padding: 1vw;
	z-index: 101; 
	text-align: center;
	font-size: 24px;
	font-size: 4vw;
	font-weight: bold;
	border-radius: 5px;
	border: solid #999 4px;
	background-color: #ddd;
	color: #111;
	cursor: pointer;
}
}
/* end mobile */
