/* CSS Document */

#contenedor ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: url("images/navbar.jpg") repeat-x;
font: 10px/20px Arial, verdana, sans-serif;
text-align: center;
}

#contenedor a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 159px;
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
	font-stretch: normal;
	font-weight: bold;
}

#contenedor li#active { 
color: #000000;
background: url("images/navbar1.jpg") repeat-x 20px; }
#contenedor a:hover { 
color: #000000;
background: url("images/navbar1.jpg") repeat-x 20px; }
