* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -ms-content-zooming: none;
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#pano {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#menu {
  z-index: 2;
  position: absolute;
}

ul li.home{
	background : #FFF;
   }

ul li{
	background : #DDD;
	display: inline-block;
	text-align: center;
	padding: 1px ;
	margin: 1px;
   }

a {
  text-decoration: none;
  color : #000;
}

ul li.selected, ul li.selected a
{
 color: #FFF;
 background : #000;
 }