﻿#LibraryMenu {
	width: 175px;
	height: auto;
	float: left;
	margin-bottom: 2px;
	background-color: #CC6600;
	color: black;
	display: none;
}
#LibraryMenuTitle {
	width: 171px;
	height: auto;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}
#ButtonLibraryHome {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	font-weight: bold;
	background-color: #F6E8B1;
}
#ButtonLinks {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	background-color: #F6E8B1;
}

#ButtonPBI {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	background-color: #F6E8B1;
}
#ButtonRTI {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	background-color: #F6E8B1;
}
#ButtonDispute {
	width: 171px;
	height: 25px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	cursor: pointer;
	background-color: #F6E8B1;
}