
header nav {
  position: absolute;
  right: 0px;
  top:112px;
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
  height: 50px;
  background:#c078c0 url(../images/btn-grad.png) repeat-x;
}
header nav ul {
  list-style: none;
	font-family: 'Overlock', cursive;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul li{
  padding-right:1px;
  float: left;
  margin: 0;
  position: relative;
}
header nav ul li:last-child{ padding-right:0px;}
header nav ul li:after{
  content:"";
  display:block;
  width:1px;
  height:34px;
  background:#909;
  position:absolute;
  right:0;
  top:8px;
}
header nav ul li:last-child:after{
  content:"";
  display:none;
}
header nav ul li a{
  color: #fff;
  display: block;
  font-size: 140%;
  line-height: 50px;
  padding:0 22px 0 21px;
  height: 50px;
  text-align:center;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
    transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
}
header nav ul li.mob-menu{ display:none}
header nav ul li.mob-menu,
header nav ul li.subnav a {
  position:relative;
}
header nav ul li.mob-menu a:after,
header nav ul li.subnav a:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  position:relative;
  top:-2px;
  right:-3px;
}
header nav ul li.subnav li a:after {
  display: none;
}

header nav ul li.subnav li a {
  text-indent:0;
}
header nav ul li.subnav:hover a {
  z-index:1;
  background: #ad29ad url(../images/btn-grad.png) repeat-x;
}
header nav ul li:hover a {
  color: #fff;
  text-decoration: none;
  text-shadow: -1px -1px 2px #990000;
  background: #ad29ad ;
  
}
header nav ul li:hover li a {
  background-color: transparent !important;
}
header nav ul li ul {
  list-style: none;
  position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
  left: 0;
  top: 50px;
  margin: 0;
  padding: 0;
  display: none;
  float: left;
  padding:0;
  z-index:0;
  background-color: #ad29ad !important;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
}
header nav ul li ul a {
  background-image: none !important;
  color: #fff !important;
  text-shadow: none !important;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  text-align: left;
  padding:0 10px !important;
	display:block;
}
header nav ul li ul a:hover {
  background: rgba(0,0,0,0.3) !important;
}

header nav ul li ul li {
  margin: 0;
  padding: 0;
  border: none; /*--Create bevel effect--*/
  clear: both;
  min-width: 240px
}
header nav ul li ul li:before {
  display:none
}


.left-col nav{
  margin:20px 0 35px;
  
}
.left-col nav ul{
  font-family: 'Overlock', cursive;
  font-size:120%;
  line-height:120%;
}
.left-col nav a:hover{
  text-decoration:none;
}
.left-col nav h4{
  padding:5px;
  font-size:160% !important;
  color:#76841f !important;
  
}
.left-col nav ul li{
  font-size:110%;
  padding:2px 0;
  border-bottom:#CCC dashed 1px;
  
}
.left-col nav ul li.selected a{
  
}
.left-col nav ul li a{
  color:#000;
  padding:12px 5px;
  display:block
}
.left-col nav ul li a:hover, .left-col nav ul li a:active{
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  background: #76841f url(../images/btn-grad.png) repeat-x center center;
  background-size: contain;
  color: #fff !important;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
  padding:12px;
  cursor:pointer;
  text-decoration:none !important;
  transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  border-radius:3px;
}