#topbar {

  background: #908D81 url(topback.png) repeat-x top;

  margin: 0 0;

  padding: 0 0 0;

  text-align: center;

  width: auto;

  border-top: 1px #111111 solid;
  height: 104px;
}



#topbar img {

  border: none;

}



#menu {

  height: 29px;

  font-weight: bold;

  margin: 0px;

  padding: 0px;

/*  background: #111111; */

  background: #111111 url(tabMenuBackground.png) repeat-x top;

  color: white;

  text-align: center;

  border-top: 0px solid #908D81;	

  border-bottom: 0px solid #908D81;

}



#menu ul {
  margin: 0px auto;
  padding: 0px 0px;
  width: 968px;
}



#menu li {

/*  border-right: 1px solid #908D81; */	

  margin: 0px 0px;

  padding: 0px 0px;

  float: left;

  list-style-type: none;

  text-align: center;

/*  width: 140px; */

}



/*#menu li:first-child {

  border-left: 1px solid #908D81;	

}



* html #menu ul{ /* IE hack */

/*  border-left: 1px solid #908D81;

}*/



#menu a {

  display: block;

/*  width: 140px; */

  margin: 0px 0px;

  padding: 0px 0px 0px 5px;

  border: 0px;

  text-decoration: none;

  background: url(tabMenuInactiveLeft.png) no-repeat top left;

  float: left;

}



#menu a span {

  font-size: 16px;

  line-height: 16px;

  color: #444444;

  display: block;

  height: 23px;

  margin: 0px;

  padding: 6px 9px 0px 4px;

  border: 0px;

  background: url(tabMenuInactiveRight.png) no-repeat top right;

  float: left;

}

* html #menu a span {  /* IE hack */
  height: 29px;
}

#menu a:hover {

  cursor: hand;

	background: url(tabMenuActiveLeft.png) no-repeat top left;

/*	color: #F7902B; */

}



#menu a:hover span {

  cursor: hand;

	background: url(tabMenuActiveRight.png) no-repeat top right;

/*	color: #F7902B; */

}



#menu a.selected {

  cursor: hand;

	background: url(tabMenuSelectedLeft.png) no-repeat top left;

/*	color: #F7902B; */

}



#menu a.selected span {

  color: #A8621D;

  cursor: hand;

	background: url(tabMenuSelectedRight.png) no-repeat top right;

/*	color: #F7902B; */

}



#menu a.selected:hover {

  cursor: hand;

	background: url(tabMenuSelectedLeft.png) no-repeat top left;

/*	color: #F7902B; */

}



#menu a.selected:hover span {

  cursor: hand;

	background: url(tabMenuSelectedRight.png) no-repeat top right;

/*	color: #F7902B; */

}


#menu .anotation {
  display: block;
  padding: 7px;
  color: white;
}



/*#menu li:hover {

	color: #F7902B;

	background: #111111 url(lista02.gif) repeat-x top;

} */

