table.buttonmenu {
	border: none;
	margin: 0;
	padding: 0;
	width: 1000px;
}
table.buttonmenu td {
background-color: #FFFFFF;
	padding: 0px 0 0px 0;
}
table.buttonmenu ul {
	float: left;
	margin: 0;
	padding: 0;
}
table.buttonmenu ul li {
	background-image: url(/images/button129.png);
	background-repeat: no-repeat;
	float: left;
	font-size: 90%;
	font-weight: bold;
	display: inline;
	list-style-type: none;
	margin: 5px 0 0 5px;
	padding: 0;
	text-decoration: none;
	text-align: center;
	height: 39px;
	width: 129px;
}
table.buttonmenu ul li:hover {
	background-image: url(/images/button129.png);
	background-repeat: no-repeat;
	background-position: 0 -39px;
}
table.buttonmenu ul li a {
	line-height: 2.5em;
	margin: 0;
	padding: 6px 25px;
}
table.buttonmenu ul li a,
table.buttonmenu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
table.buttonmenu ul li a:hover {
	color: #004080;
}