/* *{
font-size:13px;
}
*/
.submenu{
background-color:#EAEEF3;
border-bottom:1px solid #B0B2B4;
} 
 

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {  
			
			
}

#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}

#cssmenu a {			  
  color: #ffffff;
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 38px;
  margin: 5px 5px 0px 5px;
  padding: 0px 10px 5px 10px;
  text-decoration: none;
}

#cssmenu ul {
  list-style: none;
}

#cssmenu > ul {
  float: left;
}

#cssmenu > ul > li {
  float: left;
}

#cssmenu > ul > li:hover:after {
  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 > 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 {
  /*box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);*/
}
#cssmenu > ul > li:hover > a {
  color:#14446B;
  background: #EAEEF3;
  font-weight:bold;
 /* margin-top:5px;
   margin-RIGHT:2px;*/
  font-size:13px;  
  border-radius:   5px 0px 0px 0px  ;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px; 
  -moz-border-radius: 5px ;
  -webkit-border-radius:  5px;
  /*background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;*/
}
#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: 5px;
*left: 0px;
}

#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}

#cssmenu .has-sub ul li ul .submenu li a  span{
  border:1px solid green;
}

#cssmenu .has-sub ul li a {
 background: none;
   /*border : 1px dotted blue;*/
  filter: none;
  color:#666;
  font-size: 12px;
  display: block;
  height: 20px;
  line-height: 23px;
 /* margin:2px 10px 2px 10px;*/
 /* padding: 0px;*/
}


#cssmenu .has-sub ul li:hover a {
  background: #3E8BBD;/*#0c7fb0;;*/ 
  color:#fff;
 /* background-image:url(../imagens/seta.png);
  background-repeat:no-repeat;
  background-position:right;*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#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: #EAEEF3;
  color:#666;/*background: yellow;
  border-bottom: 1px dotted red;*/
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background:  #3E8BBD/*#095c80;*/;
  color:white;
  border-bottom:1px solid #286A9C;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

