.optionBar{
	width: 0%;
	height: 88%;
	background-color: White;
	overflow-y: auto;
	float: left;
	transition: width 0.4s;
}

.optionBar::-webkit-scrollbar {
    display: none;
}

.optionHeader{
	font-size: 2.75vmin;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
}

.optionItem{
	font-size: 2.25vmin;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 20px;
	text-decoration: none;
	color: black;
	display: block;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.optionItem:hover{
	font-weight: bold;
}
