/* Property Availability Menu Icons */
.menu a.unavailable {
  background: #f9f8f7 url(images/unavailable.gif) 2px 50% no-repeat;
}
.menu a.available {
  background: #f9f8f7 url(images/available.gif) 2px 50% no-repeat;
}
.menu a.pending {
  background: #f9f8f7 url(images/pending.gif) 2px 50% no-repeat;
}
.menu a.booked {
  background: #f9f8f7 url(images/booked.gif) 2px 50% no-repeat;
}
/* General Menu Icons */
.menu a.email {
  background: #f9f8f7 url(images/email.gif) 2px 50% no-repeat;
}

.menu li {
	text-align: left;
}
.menu.desktop a.enabled:hover {
	background-color: #dbecf4;
	color: #555;
}