@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic,700italic);


#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  line-height: 1;
  /*border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;*/
  background: #655e5a;
  background: -moz-linear-gradient(top, #857c77 0%, #655e5a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #857c77), color-stop(100%, #655e5a));
  background: -webkit-linear-gradient(top, #857c77 0%, #655e5a 100%);
  background: -o-linear-gradient(top, #857c77 0%, #655e5a 100%);
  background: -ms-linear-gradient(top, #857c77 0%, #655e5a 100%);
  background: linear-gradient(to bottom, #857c77 0%, #655e5a 100%);
  border-bottom: 2px solid #655e5a;
  width: 960px;
  background-image: url(../img/bg-linha-menu.png);
  background-repeat:repeat-x;
  z-index:1;
  
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  /*background: #655e5a;
  background: -moz-linear-gradient(top, #857c77 0%, #655e5a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #857c77), color-stop(100%, #655e5a));
  background: -webkit-linear-gradient(top, #857c77 0%, #655e5a 100%);
  background: -o-linear-gradient(top, #857c77 0%, #655e5a 100%);
  background: -ms-linear-gradient(top, #857c77 0%, #655e5a 100%);
  background: linear-gradient(to bottom, #857c77 0%, #655e5a 100%);*/
  color: #ffffff;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  /*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
  padding: 19px 19px;
  padding: 19px 12px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  font-size: 0;
}
#cssmenu > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #fcfcfc;
  font-size: 13px;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #655e5a;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #dc832d;
  /* box-shadow: inset 0 0 3px #3d3836;
  -moz-box-shadow: inset 0 0 3px #3d3836;
  -webkit-box-shadow: inset 0 0 3px #3d3836;
  background: #58514e;
  background: -moz-linear-gradient(top, #78706b 0%, #58514e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78706b), color-stop(100%, #58514e));
  background: -webkit-linear-gradient(top, #78706b 0%, #58514e 100%);
  background: -o-linear-gradient(top, #78706b 0%, #58514e 100%);
  background: -ms-linear-gradient(top, #78706b 0%, #58514e 100%);
  background: linear-gradient(to bottom, #78706b 0%, #58514e 100%);*/
} 
#cssmenu .has-sub {
  z-index: 20;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #655e5a;
  border-bottom: 1px dotted #807772;
  font-size: 10px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #fcfcfc;
}
#cssmenu .has-sub ul li:hover a {
  background: #4a4542;
}
#cssmenu ul ul li:hover > a {
  color: #dc832d;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #4a4542;
  border-bottom: 1px dotted #807772;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #3d3836;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}

.bolinha-menu {
	width: 6px;
	height: 30px;
	color: #8A867F;
	font-size:16px;
	
	}
	
	
	
	
