@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
#cssmenu {
background: #FF8400; /* e55c31 *E74310 #FBAD50 e58516*/
margin-left: auto ;
margin-right: auto ;
width:1000px;
text-align:center;
/*border-top:thick; border-color:#726051;border-style: solid;*/
box-shadow: 0 5px 10px #1E1B1B;


}
#cssmenu ul {
  list-style: square  ;
  margin: 0;
  padding: 0;
  /*display: inline;*/
  zoom: 1;

}
#cssmenu ul:after {
  /*content: " ";
 display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;*/
}
/*/ ie work around? /*/
#cssmenu ul li {
	display: inline-block;
	zoom: 1;
    *display: inline;
  padding: 0;
  margin: 0 ;

}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px 35px 10px 35px ;
  font-family: "MS Gothic";
  font-weight: 800;
  font-size: 14px;
  position: relative;
border-right: 1px solid #F7CA80;
margin-left:-10px;
}
#cssmenu  li.last a {border: none ;}

#cssmenu ul li a:hover {
  color: #FF8400;
  background-color: white;
 
}
/*
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 14px;
  height: 7px;
  width: 7px;
  background: #ffffff;
  opacity: .5;  border-right:thin;
  border-right-color:#fff;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #333333;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}
