#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;
}
#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;
  font-family:"Museo Sans 300";
  font-size:14px;
  line-height: 2;
  
}
#cssmenu > ul {
width:100%;

}
#cssmenu > ul > li {
	float: left;
	width:100%;
	text-transform:uppercase;

	text-align:center;
	margin: 0px;
	height:auto;
}
#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;
  text-align:center;
   
}
#cssmenu > ul > li > a {

	text-decoration: none;
	color:#c0c0c0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-indent:52px;
	text-transform:uppercase;
	margin: 0px;
	height: auto;
	width:100%;

	float:left;

	padding-right: 16px;
	padding-top:0px;
	padding-bottom:17px;

	padding-left: 0px;
	background-image:url(../images/link-U-line.png);
	background-repeat:no-repeat;
	background-position:bottom;

}
#cssmenu > ul > li > a:hover {
	color: #f6c773;
	
}

#cssmenu > ul > li.active > a 
{
	color:#f6c773;
	
}
#cssmenu #menu-indicator {
  position: absolute;
  bottom: 0;
  display: block;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-bottom-color:#FFFFFF;
  -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%;

  text-align:left;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  background-image:url(../images/blck.png);
  background-repeat:repeat;
  text-align: left;
 

}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center > ul > li {
  float: none;
  display: block;
  margin:0px;
  width:100%;
}
#cssmenu.small-screen > ul > li > a {
margin-bottom:0px;
padding-top:15px;
padding-bottom:15px;
text-align:left;
text-indent:30px;
background:none;
border-bottom-style:dotted;
border-bottom-width:1px;
border-bottom-color:#999999;


}
#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: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;

  letter-spacing:1px;

}
#cssmenu.small-screen #menu-button.menu-opened {
  color: #fff;
}
#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 #fff;
  border-bottom: 2px solid #fff;
}
#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: #fff;
}
#cssmenu.small-screen #menu-indicator {
  display: none;
}
@media only screen and (min-width : 961px) and (max-width :1024px)
{
#cssmenu > ul > li > a
{
text-indent:20px;
}
}
@media only screen and (min-width : 768px) and (max-width : 960px)
{
#cssmenu > ul > li > a
{
text-indent:20px;
font-size:12px;
background-size:100%;
}
}
@media only screen and (min-width : 641px) and (max-width : 767px)
{
#cssmenu > ul > li > a
{
text-indent:10px;
font-size:12px;
background-size:100%;
}

}
@media only screen and (min-width : 481px) and (max-width : 640px)
{
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
background-color:#000000;
}
}
