#topbar {
  background: #908D81 url(img/topback.png) repeat-x top;
  margin: 0 0;
  padding: 0 0 0;
  text-align: center;
  width: auto;
  border-top: 1px #111111 solid;
}

#topbar img {
  border: none;
}

#menu {
  height: 29px;
  font-weight: bold;
  margin: 0;
  padding: 0px;
/*  background: #111111; */
  background: #111111 url(img/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;
  list-style-image: 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; */
  height: 29px;
  margin: 0px 0px;
  padding: 0px 0px 0px 5px;
  border: 0px;
  text-decoration: none;
  background: url(img/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(img/tabMenuInactiveRight.png) no-repeat top right;
  float: left;
}

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

#menu a:hover {
  cursor: hand;
	background: url(img/tabMenuActiveLeft.png) no-repeat top left;
/*	color: #F7902B; */
}

#menu a:hover span {
  cursor: hand;
	background: url(img/tabMenuActiveRight.png) no-repeat top right;
/*	color: #F7902B; */
}

#menu a.selected {
  cursor: hand;
	background: url(img/tabMenuSelectedLeft.png) no-repeat top left;
/*	color: #F7902B; */
}

#menu a.selected span {
  color: #c10000;
  cursor: hand;
	background: url(img/tabMenuSelectedRight.png) no-repeat top right;
/*	color: #F7902B; */
}

#menu a.selected:hover {
  cursor: hand;
	background: url(img/tabMenuSelectedLeft.png) no-repeat top left;
/*	color: #F7902B; */
}

#menu a.selected:hover span {
  cursor: hand;
	background: url(img/tabMenuSelectedRight.png) no-repeat top right;
/*	color: #F7902B; */
}

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

/*#menu li:hover {
	color: #F7902B;
	background: #111111 url(img/lista02.gif) repeat-x top;
} */

