﻿.menu-toggle {
	display: inline;
	cursor: default;
	margin: 5px 0px 0px 5px;
}

.menu-overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #000;
	opacity: .25;
	z-index: 1;
}

.menu {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	min-width: 300px;
	width: 300px;
	max-width: 300px;
	left: -300px;
	background-color: #eee;
	z-index: 2;
	padding: 10px;
}

.menu img {
	margin-right: 10px;
	vertical-align: middle;
}

/* The navigation menu inside the overlay */

UL.mainNav { list-style: none; padding: 0;  }
UL.mainNav LI:hover { background-color: silver;	}
UL.mainNav LI { margin-bottom: 5px;	}
UL.mainNav LI A { text-decoration: none;}