table.menu {
	width: 756px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

td.menuitem_separator {
	width: 2px;
	height: 18px;
	font-size: 1px;
}

td.menuitem {
	width: 103px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ffffff;
	text-align: center;
	vertical-align: center;
	font-weight: normal;
}

td.menuitem a {
	width: 102px;
	height: 18px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#on, td.menuitem a:hover {
	width: 102px;
	height: 18px;
	display: block;
	color: #DA251D;
	text-decoration: none;
}

