#terracemenu{
	background-color: #CF001B;
	height: 30px;
	/*
	3 branch
	padding-left: 100px;
	width: 850px;

	2 branch
	padding-left: 175px;
	width: 775px;
	*/
	padding-left: 175px;
	width: 775px;
}
#terracemenu ul {
	display: block;
	clear: both;
	list-style-type: none;
}
#terracemenu ul li{
	float: left;
	/*
	3 branch
	width: 250px;

	2 branch
	width: 300px;
	*/
	width: 300px;
}
#terracemenu ul li a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	padding-left: 10px;
	padding-right: 0px;
}
#terracemenu .onwhite  a{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 0px;
}
#terracemenu ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.style_casita {
	padding: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #57330F;
}
.style_hilltop {
	padding: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #000066;
}
.style_ilcasita {
	padding: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #CC0000;
}
.style_ocean {
	padding: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #108DD0;
}

