#menu {
  height: 23px;
  font-weight: bold;
  background: #3D3D3D;
/*  background: #3D3D3D url(lista02.gif) repeat-x top; */
  color: white;
/*  text-align: center; */
/*  border-top: 0px solid #3D3D3D;	
  border-bottom: 0px solid #3D3D3D; */
}

#menu ul {
	margin: 0px 0px 0px 2px;
	padding: 0px 0px;
	background: red;
}

#menu li {
  border-right: 1px solid #3D3D3D;	
  margin: 0px 0px;
  padding: 0px 0px;
  float: left;
  list-style-type: none;
/*  text-align: center; */
  height: 23px;
}

#menu li:first-child {
  border-left: 1px solid #3D3D3D;	
}

* html #menu ul{ /* IE hack */
  border-left: 1px solid #3D3D3D;
}

#menu a {
  display: block;
  height: 23px;
/*  width: 35px; */
  margin: 0px 0px;
  padding: 2px 8px;
  font-weight : bold;
  font-variant: small-caps;
	font-size : 11px;
  text-decoration: none;
  color: white;
  background: #3D3D3D url(btn01.gif) repeat-x top;
}

* html #menu a{ /* IE hack */
  width: 1px;
}

#menu a:hover {
	color: #F7902B;
}

#menu li:hover {
	color: #F7902B;
}

#menu a.selected {
	background: #F7902B url(btn02.gif) repeat-x top;
	color: #111111;
}

#menu li.selected {
	color: #111111;
	background: #F7902B url(btn02.gif) repeat-x top;
}
