@charset "iso-8859-1";
/* CSS Document */

#menu-on {
  width:78%;
  font-size:15px;
  line-height:3px;
  float: left;
  margin-left:-53px;
  }
#menu-on ul {
  margin:0;
  list-style:none;

  }
#menu-on li {
  float:right;
  margin-right:38px;
  
  
  }
#menu-on a {
  float:left;
  display:block;

  text-decoration:none;
  font-weight:normal;
  color:#765;
  height:17px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu-on a {float:none;}
/* End IE5-Mac hack */
#menu-on a:hover {
  color:#fff;
  }
#menu-on .current a {
  background-repeat:no-repeat;
  background-position:top right;
  color:#fff;
 }
  
#menu-on-rodape {
  width:78%;
  font-size:12px;
  line-height:normal;
  margin-left: 75px;
  }
#menu-on-rodape ul {
  margin:0;
  list-style:none;

  }
#menu-on-rodape li {
	float:right;
  margin-left: 40px;
  
  
  }
#menu-on-rodape a{
  float:left;
  display:block;

  text-decoration:none;
  font-weight:normal;
  color:#fff !important;
  height:17px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu-on-rodape a {float:none; color:#fff!important;}
/* End IE5-Mac hack */
#menu-on a:hover {
  color:#fff;
  }
#menu-on-rodape .current a {
  background-repeat:no-repeat;
  background-position:top right;
  color:#fff;
  }
