﻿@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.1.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.1.1') format('embedded-opentype'),
    url('../font/fontawesome-webfont.woff?v=3.1.1') format('woff'),
    url('../font/fontawesome-webfont.ttf?v=3.1.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
#fixed-menu {
  position: fixed;
  top: 0px;
  left:0px;
  z-index: 9999;
  width: 100%;
  padding: 0;
  background: #82B22C;
}
#fixed-menu-contents {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
a#home{
  display: block;
  position: relative;
  float: left;
  width: 50px;
  height: 40px;
  border-right: 1px solid #639A00;
  border-left: 1px solid #639A00;
  color: #e4eaf0;
}
a#home:before {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #cfdae4;
  font: 20px 'FontAwesome';
  content: "\f015";
}
.panel-wrap{
  position: relative;
  float: left;
  padding: 0;
  border-right: 1px solid #639A00;
}
.panel-wrap a{
  font-size: 14px;
  text-decoration: none;
}
a.panel-btn{
  display: block;
  position: relative;
  float: left;
  z-index: 100;
  padding: 0 30px 0 50px;
  color: #e4eaf0;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
}
.panel-btn:before {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #cfdae4;
  font: 20px 'FontAwesome';
  content: "\f0d7";
}
a#home:hover,
a.panel-btn:hover,
a#home:hover:before,
a.panel-btn:hover:before
{
  color: #fff;
}
.panel {
  display: none;
  position: absolute;
  top: 45px;
  left: 0px;
  z-index: 1000;
  width: 200px;
  margin-left: -30px;
  padding: 10px;
  background: #fff;
  border: 5px solid #6B853A;
  border-radius: 3px;
  box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}
.panel:after,#panel:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
}
.panel:after {
  top: -35px;
  left: 35px;
  border: 15px solid transparent;
  border-bottom: 15px solid #6B853A;
}