/* menuRH */
.menuRHLinks {
	font-size: 7pt;
}
	a.menuRHLinks:link,
	a.menuRHLinks:visited,
	a.menuRHLinks:active {
		color: #000000;
		display: block;
		/* 150px - (2x(2px outer + 1px border + 1px padding)) = 142px */
		width: 142px; 
		text-decoration: none;
		padding-left: 20px;
		/* otherwise add the padding */
		box-sizing:      border-box;
		-moz-box-sizing: border-box;
	}
	
	a.menuRHLinks:hover {
		color: #000066;
		text-decoration: underline;
		background-color: #CCCCCC;
	}
.menuRHTitle {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
	
.menuRHTitle {
	font-size: 11pt;
	color: #999999;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
	a.menuRHTitle:link,
	a.menuRHTitle:visited,
	a.menuRHTitle:active {
		text-decoration: none;
		color: #999999;

	}
	a.menuRHTitle:hover {
		color: #000066;
		text-decoration: underline;
	}

.menuRHDate {
	font-size: 7pt;
	color: #000099;
	padding-top: 5px;

}

.menuRHItemTitle {
	font-size: 9pt;
	font-weight: bold;

}
.menuRHItemDate {
	font-size: 9pt;
	font-weight: bold;
}

.menuRHSelected {
	background-color: #CCCCCC;
}

/* Events */
.menuEventsToday {
	background-color: #FFDFDF;
}

.menuEventsPast {
	background-color: #FF6262;
	color: #E6E6E6;
}

.menuEventsNone {
}
