
#menu {
background:url(menu_negro.jpg) repeat-x;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight:bold;
}
#menu li {
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background:  url("seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 22px;
	text-decoration: none;
	font-weight:bold;
}
#menu1 a:hover {
	background: url("menu_gris.jpg") bottom center repeat-x; 
	color: #fff;
	padding-bottom: 8px;
		font-weight:bold;
}
#menu2 a:hover {
	background:url("menu_rosa.jpg") bottom center repeat-x;
	color: #fff;
	padding-bottom: 8px;
		font-weight:bold;
}
#menu3 a:hover {
	background: url("menu_amarillo.jpg") bottom center repeat-x;
	color: #fff;
	padding-bottom: 8px;
		font-weight:bold;
}
#menu4 a:hover {
	background: url("menu_rojo.jpg") bottom center repeat-x;
	color: #fff;
	padding-bottom: 8px;
		font-weight:bold;
}
#menu5 a:hover {
	background:url("menu_turquesa.jpg") bottom center repeat-x;
	color: #fff;
	padding-bottom: 8px;
		font-weight:bold;
}
#menu6 a:hover {
	background: url("menu_verde.jpg") bottom center repeat-x;
	color: #fff;
	padding-bottom: 8px;
		font-weight:bold;
}
#menu7 a:hover {
	background: url("menu_naranja.jpg") bottom center repeat-x;
	color: #fff;
	padding-bottom: 8px;
		font-weight:bold;
}