table.menu {
	margin-left: auto;
	margin-right: auto;
}
table.menu td.menuItem {
	padding: 4px;
}
table.menu td.menuIcon {
	width: 16px;
}
table.menu td.menuItem a {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #2F2F94;
}
table.menu td.menuItem a.selected,
table.menu td.menuItem a:hover {
	color: #8183be;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
