/* Menu */

#u95, #u104, #u111, #u118{
	letter-spacing: 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#u95:hover, #u104:hover, #u111:hover, #u118:hover{
	letter-spacing: 1px;
}

#u182{
	top: 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#u182:hover{
	top: 5px;
}

a.agm_mh_marker_item_directions {
	display:none;
}