
body {
	font-family: arial, helvetica, serif;
	font-size: 80%;
	background: #a3ceec;
	padding:0em;
	margin: 0;
        text-align: center;
}


#tdMenu {
	font-family: Arial, Helvetica, sans-serif;
	/*background: #006699;*/
	background: #A3CEEC;
}


#content {
  text-align: center;
	/* background-color: #006699;*/
	background-color: #A3CEEC;
	padding: 0em 0;
	border: 0px double #000000;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 60em;
}

html>body #content {
  text-align: center;
	width: 60em;
} 

hr {
	display: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

  
li {
  float: left;
  text-align: center;
  position: relative;
/*  background-color: #006699;*/
  background-color: #A3CEEC;
  /*color:#D4D4D4;*/
  color:black;
  font-size: 7px;
 }


li ul {
  text-align: center;
  display: none;
  position:absolute;
  top:13px;
  left:0px;
  right:4px;
  font-weight: normal;
  }


li > ul {
/* Altura de menu*/
/*  top:11px;*/
  top:10px;
  left:0px;
  right:4px;
  }


li li {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  float: none;
  text-align: center;
  cursor: default;
  /*background-color: #66CCFF;*/
/*  background-color: #006699;*/
  background-color: #A3CEEC;
  border: 1px solid #000000;
  border-width: 1px 1;
  margin: 0px;
  width: 74px;
  padding: 1px 1px 1px 1px;
  position: relative;
  z-index:100;
}

li:hover ul, li.over ul{ display: block; }

#nav a {
  font-size: 8px;
  /* font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#nav li li a {
  color: black;
  font-weight: normal;
  font-size: 8px;
  /* font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#nav li li a:hover {
  color: white;
  font-size: 8px;
  /* font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#menu a {
  /*color:#D4D4D4;*/
  color:black;
  cursor: default;
  font-weight: bolder;
/*  background-color: #006699;*/
  background-color: #A3CEEC;
  position: relative;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#menu a:link {
  /*color:#D4D4D4;*/
  color:black;
  cursor: default;
  font-weight: bolder;
/*  background-color: #006699;*/
  background-color: #A3CEEC;
  position: relative;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#menu a:visited {
  /*color:#D4D4D4;*/
  color:black;
  cursor: default;
  font-weight: bolder;
/*  background-color: #006699;*/
  background-color: #A3CEEC;
  position: relative;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#menu a:active {
  /*color:#D4D4D4;*/
  color:black;
  cursor: default;
  font-weight: bolder;
/*  background-color: #006699;*/
  background-color: #A3CEEC;
  position: relative;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#menu a:hover {
  color:#0080ff;
  cursor: hand;
  font-weight: bolder;
/*  background-color: #006699;*/
  background-color: #A3CEEC;
  position: relative;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

