.sideBar{
	height: 88%;
	width: 0%;
	background-color: White;
	overflow-y: auto;
	float: left;
	transition: width 0.4s;
}

.sideBar::-webkit-scrollbar {
    display: none;
}

.sidebarHeader{
	font-size: 3vmin;
	border-radius: 14px;
	margin: auto;
	color: White;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	width: 94%;
	border: solid;
	border-color: White;
	border-width: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sidebarOption{
	font-size: 2.5vmin;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	color: Black;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sidebarOption:hover{
	font-weight: bold;
}

.sidebarMenuOption{
	font-size: 2.5vmin;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	color: Black;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sidebarSubOption{
	font-size: 2.5vmin;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 50px;
	display: block;
	text-decoration: none;
	color: Black;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sidebarSubOption:hover{
	font-weight: bold;
}

#HomeLink{
	text-decoration: none;
	color: White;
}

#HomeLabel{
	background-color: #333358;
	font-weight: bold;
}

#ToolsLabel{
	background-color: #000000;
}

#ShopLabel{
	background-color: #4a93b8;
}

#FieldLabel{
	background-color: #336A33;
}

#HRLabel{
	background-color: DarkOrange;
}

#KBLabel{
	background-color: #7e0202;
}
