﻿@import url(http://fonts.googleapis.com/css?family=Raleway);
#Pmain {
position:absolute;
	left: 215px;
	top: 99px;
	width:765px;
	height:auto;
}
#Pcssmenu,
#Pcssmenu ul,
#Pcssmenu ul li,
#Pcssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#Pcssmenu{
  width: 207px;
  top:99px;
  float: left;
  margin-left:7px;
  font-family: Raleway, sans-serif;
  color: #747373;
}
#Pcssmenu ul ul {
  display: none;
}
#Pcssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#Pcssmenu > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #e1c707;
  border-right: 1px solid #e1c707;
  border-top: 1px solid #e1c707;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #747373;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #f9e33b;
  background: -webkit-linear-gradient(#f9e33b, #f8df22);
  background: -moz-linear-gradient(#f9e33b, #f8df22);
  background: -o-linear-gradient(#f9e33b, #f8df22);
  background: -ms-linear-gradient(#f9e33b, #f8df22);
  background: linear-gradient(#f9e33b, #f8df22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#Pcssmenu > ul > li > a:hover,
#Pcssmenu > ul > li.active > a,
#Pcssmenu > ul > li.open > a {
  color: #000000;
  background: #f8df22;
  background: -webkit-linear-gradient(#f8df22, #f7dc0a);
  background: -moz-linear-gradient(#f8df22, #f7dc0a);
  background: -o-linear-gradient(#f8df22, #f7dc0a);
  background: -ms-linear-gradient(#f8df22, #f7dc0a);
  background: linear-gradient(#f8df22, #f7dc0a);
}
#Pcssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #e1c707;
}
#Pcssmenu > ul > li:last-child > a,
#Pcssmenu > ul > li.last > a {
  border-bottom: 1px solid #e1c707;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #747373;
  border-left: 2px solid #747373;
}
#Pcssmenu > ul > li > a:hover > span::after,
#Pcssmenu > ul > li.active > a > span::after,
#Pcssmenu > ul > li.open > a > span::after {
  border-color: #000000;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#Pcssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #d6af14;
  border-left: 1px solid #d6af14;
  border-right: 1px solid #d6af14;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #767575;
  background: #ecc631;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#Pcssmenu ul ul li:hover > a,
#Pcssmenu ul ul li.open > a,
#Pcssmenu ul ul li.active > a {
  background: #ebc223;
  color: #000000;
}
#Pcssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#Pcssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#Pcssmenu ul ul ul li a {
  padding-left: 30px;
}
#Pcssmenu > ul > li > ul > li:last-child > a,
#Pcssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#Pcssmenu > ul > li > ul > li.open:last-child > a,
#Pcssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #d6af14;
}
#Pcssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#Pcssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #767575;
  border-left: 2px solid #767575;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#Pcssmenu ul ul li.active > a::after,
#Pcssmenu ul ul li.open > a::after,
#Pcssmenu ul ul li > a:hover::after {
  border-color: #000000;
}
