.buttons{
	text-align:center;
	width:800px; /* ANCHO DEL MENU */
	clear:both;
	display:block;
	list-style:none;
	white-space: nowrap;
	padding:0px;
	margin:-33px 0px 0px 0px;
	font-size: 14px;
	float:right;
	}

.buttons li{
	display: inline;
	list-style-type: none;
}

.buttons li a{
	text-align:center;
	margin:0px 3px 0px 0px;
	padding:8px 14px;
	line-height:31px;
	}	
.buttons li a:link,
.buttons li a:visited{
	background-color:gray; color:#000;
	/*background-color:#B5CADF; color:#000;*/
	}	

.buttons li a:hover{
	color: yellow;
	background-color: red;
	background-image: url('../images/oh.gif'); 

	}

.buttons li a#current{
	background-image: url(sax.html); 
	background-color: maroon;
	color:#FFF;
}
