/* --- Main Navigation ---*/
#tagNav {
	display: block;
	width: 170px;
	height: 208px;
	background: url(../images/leftNav/labelBG.png) 0 0 no-repeat;
	margin: 0px auto;
	padding-top: 90px;
	list-style-type: none;
}

.navRegion {
	display: block;
	width: 170px;
	height: 40px;
	margin-left: 0px;
	margin-bottom: 1px;
}

.navRegion a, .navRegion a:active {
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
	height: 20px;
	font-size: 1.2em;
	text-decoration: none;
	color: #5a5a5a;
	padding: 10px 25px;
}

.navRegion a:hover {
	background: url(../images/leftNav/hoverBG.png) 0 0 no-repeat;
	color: #7e3b20;
}

/* --- END Main Navigation ---*/

/* --- Featured Properties ---*/

a.featured {
	display: block;
	height: 150px;
	width: 200px;
	color: #444;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px auto;
	margin-top: 10px;
}

.featuredText {
	margin-left: 18px;
}

.nascosta {
	background: url(../images/featured/nascosta.png) 0 18px no-repeat;
}

.nascosta:hover {
	background: url(../images/featured/nascosta.png) -200px 18px no-repeat;
}

.gypsy {
	background: url(../images/featured/gypsy.png) 0 18px no-repeat;
}

.gypsy:hover {
	background: url(../images/featured/gypsy.png) -200px 18px no-repeat;
}






/* --- END Featured Properties ---*/
