
.MenuButtonCell {
	height: 41px;
	background-color: #0073B0;
}

.MenuButton {
	color: #D3E0EF;
	padding-left: 15px;
	font: 16px helvetica;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
}

.MenuButtonOn {
	color: #D7610D;
	padding-left: 15px;
	font: 16px helvetica;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;	
}

.SidebarTitle {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D7610D;
	background-color: #EBEEF0;
}

.SidebarLine {
	width: 60px;
}

.SidebarItemCell {
	height: 17px;
}

.SidebarItem {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #002552;
	cursor: hand;
	text-decoration: none;
}

.SidebarItemIndented {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#0073B0;
	cursor: hand;
	padding-left: 10px;
	text-decoration: none;
}