﻿#header .selectable {
	cursor: pointer;
	background-position: right 7px center;
	background-repeat: no-repeat;
	background-size: 10px;
	padding-right: 25px;
}

#header .active {
	cursor: pointer;
	background-position: right 7px center;
	background-repeat: no-repeat;
	background-size: 10px;
	padding-right: 25px;
}

#panelMenu .menuItem {
	cursor: pointer;
}

	#panelMenu .menuItem:hover {
		color: #2d84b4;
		background-color: white;
	}
