a.menu1:link    { color: #0066CC; text-decoration: none; }
a.menu1:visited { color: #0066CC; text-decoration: none; }
a.menu1:active  { color: #0066CC; text-decoration: none; }
a.menu1:hover   { color: #666666; text-decoration: none; }

a.menu2:link    { color: #000000; text-decoration: none; }
a.menu2:visited { color: #000000; text-decoration: none; }
a.menu2:active  { color: #000000; text-decoration: none; }
a.menu2:hover   { color: #990000; text-decoration: none; }

a.menu3:link    { color: #FFFFFF; text-decoration: none; }
a.menu3:visited { color: #FFFFFF; text-decoration: none; }
a.menu3:active  { color: #FFFFFF; text-decoration: none; }
a.menu3:hover   { color: #FFFFFF; text-decoration: none; }

body {
	behavior: url(css/csshover.htc);
}
table.MenuLista {
	border-collapse: collapse; /* CSS2 */
	background: #006393;
}
table.MenuLista tr:nth-child(even) /* CSS3 */ {
	background: #006393;
}
table.MenuLista tr.even /* estilo explícito */ {
	background: #006393;
}
table.MenuLista tr:hover {
	background: #004A6F;
}
table.MenuLista td {
	border-bottom: 1px solid #6699CC;
}
table.MenuLista td a {
	display: block;
	width: 100%;
	text-decoration: none;
}