.MenuItem {
	color: #000000;
	font-family: Courier New;
	font-size: 12pt;
	text-decoration: none;
}

.MenuItem:hover {
	text-decoration: underline;
}

.MenuItemSpanLeft {
	border-color: #0000BB;
	border-right-style: solid;
	border-width: 1px;
	padding-left: 8px;
	padding-right: 4px;
}

.MenuItemSpan {
	border-color: #0000BB;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
	padding-left: 8px;
	padding-right: 4px;
}

.MenuItemSpanRight {
	border-color: #0000BB;
	border-left-style: solid;
	border-width: 1px;
	padding-left: 8px;
	padding-right: 4px;
}
