#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
        width:700px;
	background-repeat:repeat-x;
	height: 47px;
	border-radius: 5px 5px 0 0;
	/*-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;*/
	border-bottom: 1px solid #F05A28;
	margin-top:46px;
	
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
	
	background-repeat:repeat-x;
	color: #F05A28; /*COR LARANJA*/
	display: inline-block;
	font-family: font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 49px;
	padding: 0 5px;
	text-decoration: none;
	margin-right:10px;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 3px solid #101230; /* COR DO MENU  SELECIONADO*/
  margin-left:0;
  
  
}
#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 > 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 {
	background-image:url(../../../image/bgmenuhover.png); 
	background-repeat:repeat-x; 
}
#cssmenu > ul > li:hover > a {
	/*background-image:url(../../../image/bgmenuhover.png);
	background-repeat:repeat-x;*/
	color:#101230; /* COR DO MENU SELECIONADO*/
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #720001;
  border-bottom: 1px dotted #fff;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;  
  color: #fff;
}
#cssmenu .has-sub ul li:hover a {
  background: #920000;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  
}
#cssmenu .has-sub .has-sub ul li a {
  background: #920000;
  border-bottom: 1px dotted #6db2d0;
  color: #fff;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #720001;
}