/* CSS Document */

#MenuBarPeq #menuFixo, 
#MenuBarPeq #menuFixoTexto {
	width: 800px !important;
	}

#menu_peq li {
   list-style-type:none;
	}

ul#menu_peq {
   width: 680px;
   margin: 0 0 0 120px !important;
	}

ul#menu_peq li {
   position:relative;
   float: left;
	}

ul#menu_peq li a {
      display:block;
      float:left;
      padding:0 15px;
      height:25px;
      line-height:25px;
      text-decoration:none;
	  color: #204a77;
	}

ul#menu_peq li a:hover {
	text-decoration: underline;
	color: #008934;
   }
   
ul#menu_peq li ul {
      display:none;
      position:absolute;
      top:25px;
      left:0;
	  border: 1px solid #204a77;
	  background: #ebf9fe;
	}

ul#menu_peq li:hover ul,
ul#menu_peq li.hover ul {
      display:block;
   }

ul#menu_peq li ul li a {
      width:130px;
      clear:both;
	  text-align: left;
	}

ul#menu_peq li ul li {
      float:none;
      clear:both;
	}

ul#menu_peq li ul li a {
	float:none;
	}
	
/* Micox Pseudo-class-css2 to IE (MXPC). Activate .hover and .first-child in IE 6 */
* html * { color: expression( (function(who){ if(!who.MXPC){
   who.MXPC = '1';
   if(who.nodeName != 'A'){
      who.onmouseenter=function(){ who.className += ' hover'};
      who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }
   (who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;
} } )(this) , 'auto') }


