.placeMenuOut
{
  font-size: 12px;
  height: 17px;
  text-align: center;
	font-weight: normal;
	color: #000000;
	background-color: #99CCFF;
	cursor: pointer;
	border: solid 1px #0066CC;
	border-top: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
}

.placeMenuOver
{
  font-size: 14px;
  height: 17px;
  text-align: center;
	font-weight: bold;
  color: #000000;
  background-color: #77AADD;
  cursor: pointer;
	border: solid 1px #0066CC;
	border-top: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
}

.placeMenuHeaderName
{
  font-weight: bold;
  font-size: 12px;
}

.placeMenuHeaderStars
{
  font-weight: bold;
  font-size: 16px;
  color: #FF0000;
}

.placeMenuHotelName
{
  text-decoration: underline;
  cursor: pointer;
  font-size: 11px;
}

