/* Navigation */
	
#nav {
	height: 30px;
	width: 100%;
	background-color: #c8b18b;
	}
	
#nav ul {
	width: 720px;
	height: 30px;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	color: #fff;
	font-weight: bold;
	z-index: 1000;
}	

#nav ul li {
	text-decoration: none !important;
	list-style: none !important;
	height: 30px;
	float: left;
	width: auto;
	position: relative;
	}
	
#nav ul li a {
	display: block;
	float: left;
	height: 30px;
	width: auto;
	background-image: url('/~santiniv/wp-content/themes/santini/images/nav/nav_sprites.gif');
	}
	
#nav ul li a span {
		display: none;
	}
	
#nav ul li.home a {
	background-position: 0 0;
	width: 66px;
	}

#nav ul li.home a:hover {
	background-position: 0 -30px;
	}
	
#nav ul li.about a {
	background-position: -66px 0;
	width: 83px;
	}

#nav ul li.about a:hover {
	background-position: -66px -30px;
	}
	
#nav ul li.area a {
	background-position: -149px 0;
	width: 85px;
	}

#nav ul li.area a:hover {
	background-position: -149px -30px;
	}
		
#nav ul li.pricing a {
	background-position: -234px 0;
	width: 70px;
	}

#nav ul li.pricing a:hover {
	background-position: -234px -30px;
	}
		
#nav ul li.printapp a {
	background-position: -304px  0;
	width: 134px;
	}

#nav ul li.printapp a:hover {
	background-position: -304px -30px;
	}
		
#nav ul li.otherprops a {
	background-position: -438px 0;
	width: 186px;
	}

#nav ul li.otherprops a:hover {
	background-position: -438px -30px;
	}
		
#nav ul li.contact a {
	background-position: -624px 0;
	width: 96px;
	}

#nav ul li.contact a:hover {
	background-position: -624px -30px;
	}

/* End Navigation */

/* Tabs */

#tabs {
	height: 30px;
	width: 100%;
	}
	
#tabs ul {
	width: 960px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	color: #fff;
	font-weight: bold;
}	

#tabs ul li {
	text-decoration: none !important;
	list-style: none !important;
	height: 30px;
	float: left;
	}
	
#tabs ul li a {
	display: block;
	float: left;
	width: 240px;
	height: 30px;
	background-image: url('/~santiniv/wp-content/themes/santini/images/tabs/tab_sprites.gif');
	}
	
#tabs ul li a span {
		display: none;
	}
	
#tabs ul li.sunrise a {
	background-position: 0 0;
	}

#tabs ul li.sunrise a:hover {
	background-position: 0 -30px;
	}	
	
#tabs ul li.stoneledge a {
	background-position: -240px 0;
	}

#tabs ul li.stoneledge a:hover {
	background-position: -240px -30px;
	}	
	
	
#tabs ul li.portico a {
	background-position: -480px 0;
	}

#tabs ul li.portico a:hover {
	background-position: -480px -30px;
	}	
	
	
#tabs ul li.woodbrook a {
	background-position: -720px 0;
	}

#tabs ul li.woodbrook a:hover {
	background-position: -720px -30px;
	}	
		
/* End Tabs */