@charset "utf-8";
/* CSS Document */
#CentrarMenu {
	width:708px;
	height:39px;
	display:block;
	margin:0 auto;
	text-align: center;
}
#Item1Normal {
	height:39px;
	background-image:url(/images/menu1.jpg);
	cursor:pointer;
	cursor:hand;
}
#Item2Normal {
	height:39px;
	background-image:url(/images/menu2.jpg);
	cursor:pointer;
	cursor:hand;
}
#Item3Normal {
	height:39px;
	background-image:url(/images/menu3.jpg);
	cursor:pointer;
	cursor:hand;
}
#Item4Normal {
	height:39px;
	background-image:url(/images/menu4.jpg);
	cursor:pointer;
	cursor:hand;
}
#Item5Normal {
	height:39px;
	background-image:url(/images/menu5.jpg);
	cursor:pointer;
	cursor:hand;
}

#Item1Hover {
	float:left;
	width:122px;
	height:39px;
}
#Item2Hover {
	float:left;
	width:115px;
	height:39px;
}
#Item3Hover {
	float:left;
	width:123px;
	height:39px;
}
#Item4Hover {
	float:left;
	width:219px;
	height:39px;
}
#Item5Hover {
	float:left;
	width:129px;
	height:39px;
}
