@charset "utf-8";
.botonmenu{
	list-style-type: none;
	padding: 0;
	width: auto;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
} 
.botonmenu li a{
background: white url("../images/images1/boton1.gif") repeat-x bottom left;
font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
height: 25px;
padding: 4px 0;
padding-left: 5px;
text-decoration: none;
}
.colorn { color: #fff; }

* html .botonmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
.botonmenu li a:visited, .botonmenu li a:active{
color: white;
}
.botonymenu li a:hover{
background-image: url("../images/images1/boton2.gif");
}
