
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  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;
  font-family:"HelveticaNeue LT 47 LightCn";
  letter-spacing:1px;

}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width:100%; 
  border-radius: 3px;
  line-height: 1;
  

}
#cssmenu > ul {
  width:100%;
  float:right;
}
#cssmenu > ul > li {
 float: left;
 width:100%;
height:auto;
font-family:"HelveticaNeue LT 47 LightCn";
font-size:19px;
text-decoration:none;
font color:bbbbbb;
text-align:right;
background-image:url(../images/link-bg_li.png);
background-repeat:no-repeat;
background-position:center;
padding-bottom:7px;
padding-top:7px;
font-weight:lighter;

}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {

text-decoration:none;
color:#333333;
width:auto;
padding-left:5px;
padding-right:4px;
background-color:#fff;
float:right;
padding-top:2px;
padding-bottom:2px;

font-weight:lighter;

}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li:hover > a
{
  color: #1798e7;
}
#cssmenu > ul > li.active > a 
{}
#cssmenu #menu-indicator {
  position: absolute;
  bottom: 0;
  display: block;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-bottom-color: #000;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display:none;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center > ul > li {
  float: none;
  display: block;
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
  background:none;
  padding-top:10px;
  padding-bottom:10px;
  height:auto;
  text-align:center;
}
#cssmenu.small-screen > ul > li > a {
  padding: 5px 5px;
  float:none;
  background:none;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;

}
#cssmenu.small-screen #menu-button.menu-opened {
  color: #444444;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 19.5px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid  #fff;
  border-bottom: 2px solid  #fff;
  width: 18px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 29.5px;
  display: block;
  width: 18px;
  height: 2px;
  background:  #fff;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #444444;
}
#cssmenu.small-screen #menu-indicator {
  display: none;
}
@media only screen and (min-width : 320px) and (max-width : 480px)
{
#cssmenu.small-screen #menu-button {
color:#000;
}
#cssmenu.small-screen > ul > li > a
{
color:#000;
}

}
@media only screen and (min-width : 481px) and (max-width : 640px)
{
#cssmenu.small-screen #menu-button {
color:#FFFFFF;
}
#cssmenu.small-screen > ul > li > a
{
color:#FFFFFF;
}

}
@media only screen and (min-width : 641px) and (max-width : 767px)
{
#cssmenu.small-screen #menu-button {
color:#FFFFFF;
}
#cssmenu.small-screen > ul > li > a
{
color:#FFFFFF;
}
}