table#menu {
	width: 780px;
	background: url(../img/bg_menu.gif);
}
table#menu td {
	width: 130px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	border-left: 1px solid white;
	border-right: 1px solid silver;
}
table#menu td a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: black;
	height: 23px;
	padding-top: 7px;
}
table#menu td#selected {
	background: url(../img/bg_menu_selected.gif);
	border: none;
}
table#menu td a:hover {
	background: url(../img/bg_menu_hover.gif);
}
