.rightMenu {
	position:absolute;
	width:50px;
	background-color:#ddd;
	box-shadow: 4px 0px 6px #aaa;
}

.iconRightMenu {
	color:#838383;
	font-size:24px;
}

.rightMenuSpacer {
	width:50px;
	height:10px;
}

.rightMenuButton {
	position:relative;
	width:50px;
	height:32px;
	text-align:center;
	transition: background 0.25s;
}

.rightMenuButton span {
	vertical-align:middle;
	line-height:32px;
	transition: color 0.25s;
}

.rightMenuButton:hover {
	background-color:#c4c4c4;
	cursor:pointer;
	transition: background 0.25s;
}

.rightMenuButton-selected {
	background-color:#3D647B;
}

.iconRightMenu-selected:before,
.iconRightMenu-selected {
	color:#CCCCCC;
}


/*
.rightMenuButtonChecked {
	background-color:rgba(116, 175, 176, 1.0);
	cursor:pointer;
	transition: background 0.25s;
}

.rightMenuButtonChecked:hover {
	background-color:rgba(116, 175, 176, 1.0);
	cursor:pointer;
	transition: background 0.25s;
}

.rightMenuButtonChecked .iconRightMenu {
	color:white;
	transition: color 0.25s;
}
*/

