<style type="text/css">
#burger-holder {
   position:relative;
   background-color:transparent;
   width:42px;
   height:26px;
   cursor:pointer;
   }

#burger-menu {
   position:absolute;
   left:5px;
   top:80px;
   width:140px;
   background-color: #000000;
   border:1px solid #eee;
   border-radius:7px;
   padding:5px 10px 5px 10px;
   font-size:12px;
   line-height:150%;
   color:#FFFFFF;
   white-space:nowrap;
	display: none;
	text-align: left;
   }

#burger-menu a {
   color:#FFFFFF;
   text-decoration:bold;
   }
</style>


