#menu {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 2.5em;
	width: 100%;
	background: rgba(0,64,32,0.6);
}

.menu_title {
	height: 2.5em;
	margin-left: 1em;
}

.menu_cmd {
	width: auto;
	height: 1.5em;
	margin: 0.5em;
	cursor: pointer;
	float: right;
}

.menu_icon {
	width: auto;
	height: 2.5em;
	cursor: pointer;
	float: left;
}

#saving {
	float: right;
	font-family: Canaro Bold;
	color: #ff9;
	padding: 0 1em;
	line-height: 2em;
	font-size: 14pt;
}

#menu_content {
	position: absolute;
	top: 2.5em;
	background: #bfd;
}
#menu_content.menu_disabled {
	display: none;
}
.menu_item.menu_disabled {
	opacity: 0.25;
	font-family: Raleway-Regular;
}
.menu_item {
	display: block;
	text-decoration: none;
	color: black;
	font-family: Raleway-Medium;
	background: #bfd no-repeat 0.5em 0.2em;
	background-size: auto 1.75em;
	line-height: 1.5em;
	padding: 0.5em;
	padding-left: 3em;
}
.menu_item:hover {
	background-color: #c4e0fc;
}
.menu_item.menu_self {
	color: white;
	background-color: #254;
}
.menu_item.menu_self:hover {
	background-color: #254;
}
#lock {
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
}
#disabled {
	z-index: 900;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
}
#disabled table {
	width: 100%;
	height: 100%;
}
#disabled table td a {
	color: black;
}
#disabled table td {
	width: 100%;
	height: 100%;
	font-size: 2em;
	color: black;
	font-family: Raleway-Bold;
	text-align: center;
	vertical-align: center;
	text-shadow: 0px 0px 4px #fff;
}
