.BarItem {
	padding: 3px 5px;
	margin: 1px 5px;
	cursor: pointer;
	color: #3c3e43;
	font-size: 13px;
}

.BarItem img {
	opacity: .3;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.BarItem:hover img {
	opacity: 1;
}

.BarItem:hover {
	color: #2d3646;
	background-color: #ecedef;
	border-radius: 3px;
}

.BarItemActive {
	color: #2d3646;
	font-weight: bold;
	background-color: #ecedef;
	border-radius: 3px;
}

.BarItemActive img {
	opacity: 1;
}

.BarOption {
	width: 100%;
	cursor: pointer;
	color: #7c7f85;
	font-size: 12px;
	padding: 0;
}

.BarOptionPad {
	padding: 1px 0 0px 10px;
}

.BarOption:hover {
	color: #3c3e43;
}

.BarOptionActive {
	color: #3c3e43;
	font-weight: 500;
}

.BarOptionActive:before {
	content: "\2192";
	float: right;
	margin-right: 10px;
	margin-top: 1px;
	color: #ccc;
	font-family: arial;
	font-weight: normal;
}

.BarOptions {
	padding: 5px 0px;
	display: none;
	background-color: #fff;
	border: 2px solid #eceef0;
	border-top: 2px solid #eceef0;
	margin: -3px 5px 5px;
	border-radius: 0 0 3px 3px;
}

.BarOptionsdisplay {
	padding: 0px;
	display: inline;
}