#map-mode-menu .ui-state-active
{
	border: none;
	background-color: #B23231;
}

.selectmenu .ui-selectmenu-button
{
	color: white;
	background-color: #484848;
	width: 75%;
	border: none;
	border-bottom: 1px dotted white;
}

.selectmenu .ui-selectmenu-button:focus, .selectmenu .ui-selectmenu-button:hover
{
	outline: 0 none !important;
	border-bottom: 1px dotted white;
}


.selectmenu .ui-selectmenu-icon
{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: none;
	text-indent: 0px;
	width: auto;
	height: auto;
}

.selectmenu .ui-selectmenu-icon::before
{
	content: "\f078";
}

