ul{
	float:left;
	width:546px;
	margin:0px;
	padding:0px;
}
li{	
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
a span{
	display:none;
}
#menu1{	
	float:left;
	width:136px;
	height:50px;
	background-image:url(../imagenes/menu1.jpg);
	background-repeat:no-repeat;
}
#menu1:hover{
	display:block;
	background-position:0 -50px;	
}
#menu1 a{
	display:block;
	width:136px;
	height:50px;
}
#menu1activo{	
	float:left;
	width:136px;
	height:50px;
	background-image:url(../imagenes/menu1.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:0 -50px;
}
#menu2{	
	float:left;
	width:136px;
	height:50px;
	background-image:url(../imagenes/menu2.jpg);
	background-repeat:no-repeat;
}
#menu2:hover{
	display:block;
	background-position:0 -50px;	
}
#menu2 a{
	display:block;
	width:136px;
	height:50px;
}
#menu2activo{	
	float:left;
	width:136px;
	height:50px;
	background-image:url(../imagenes/menu2.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:0 -50px;
}
#menu3{	
	float:left;
	width:136px;
	height:50px;
	background-image:url(../imagenes/menu3.jpg);
	background-repeat:no-repeat;
}
#menu3:hover {
	background-position:0 -50px;	
}
#menu3 a{
	display:block;
	width:136px;
	height:50px;
}
#menu3activo{	
	float:left;
	width:136px;
	height:50px;
	background-image:url(../imagenes/menu3.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:0 -50px;
}
#menu4{	
	float:left;
	width:136px;
	height:50px;
	background-image:url(../imagenes/menu4.jpg);
	background-repeat:no-repeat;
}
#menu4:hover{
	display:block;
	background-position:0 -50px;	
}
#menu4 a{
	display:block;
	width:136px;
	height:50px;
}
#menu4activo{	
	float:left;
	width:136px;
	height:50px;
	background-image:url(../imagenes/menu4.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:0 -50px;
}


#menubar{
	width:546px;
	float:left;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	margin-top:15px;
}
#menubar li{
	width:530px;
	float:left;
	margin:0px;
	padding:0px;
	margin-left:16px;
	margin-bottom:15px;
	padding-bottom:2px;
	border-bottom:1px dotted #bfa894;
}
#menubar li a{
	color:#7f522a;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	background-image:url(../imagenes/flecha.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#menubar li a:hover{
	padding-left:15px;
	background-position:5px;
}