html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
}

.mapcontainer {
	position: absolute;
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
}
iframe {
	width: 100%;
	height: 100%;
	border: 0 none;
}

ul.menu {
	margin: 0;
	padding: 0;
}
ul.menu li {
	display: inline-block;
	padding: 0;
	font-size: 20px;
	font-family: arial;
	line-height: 50px;
	text-align: center;
	color: white;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: black;
	cursor: pointer;
	border-left: 2px solid #585858;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e0e0e+0,3f3f3f+100 */
	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #3f3f3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e0e0e 0%,#3f3f3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#3f3f3f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e0e0e 0%,#3f3f3f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
}
ul.menu li:first-of-type {
	border-left: 0 none;
}
ul.menu li.active {
	font-weight: bold;
	text-decoration: underline;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2b2b+56,0e0e0e+100 */
	background: #2b2b2b; /* Old browsers */
	background: -moz-linear-gradient(top,  #2b2b2b 56%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,#2b2b2b), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2b2b2b 56%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2b2b2b 56%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2b2b2b 56%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2b2b2b 56%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
