
/*
===============================
		Elevated Menu  
===============================
*/
#elevatedMenu {
	text-align: right;
	padding: 3px 5px 5px 5px;
	background:#fff;
	clear:both;
}
#elevatedMenu a:link,
#elevatedMenu a:visited, 
#elevatedMenu a:active {
	text-decoration: none;
	color: #78C63F;
	font-weight: bold;
	font-size:11px;
	padding:5px;
}
#elevatedMenu a:hover {
	color: #000;

}
#site-logo {
	float:left;
	width:225px;
	height:115px;
	padding:45px 0px 0px 70px;
}
#site-logo a {
	display:block;
	width:225px;
	height:115px;
}
#aboutIntro {
	width:450px;
	padding:0px;
	margin:20px 10px 10px 40px;
	font-family:Arial;
	float:left;
	color:#fff;
	height:176px;
}
#aboutIntro p { display:none; }
#websiteTitle { display:none; }

#menu { 
	color: #ffffff;
	text-align: center;
	height:29px;
	clear:both;
}
#menu ul {
	list-style: none;
	margin: 0px;
	height: 28px;
	padding: 0px 0px 0px 2px;
}
#menu li {
	display: block;
	width: 135px;
	float:left;
	margin:0px 2px 0px 0px;
}
#menu a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 8px 0 4px 0;
	width: 135px;
	height: 20px;
	color: #fff;
	background-image: url(../images/menuTab.jpg);
	text-decoration: none; float: left;
	font-size:11px;
}

#menu a#home:link, a#home:active, a#home:visited,
#menu a#about-us:link, a#about-us:active, a#about-us:visited,
#menu a#Landlord-zone:link, a#Landlord-zone:active, a#Landlord-zone:visited,
#menu a#Tenant-zone:link, a#Tenant-zone:active, a#Tenant-zone:visited,
#menu a#services:link, a#services:active, a#services:visited,
#menu a#whitehot-property:link, a#whitehot-property:active, a#whitehot-property:visited,
#menu a#national-search:link, a#national-search:active, #national-search:visited {
		background: url(../images/menuTab.jpg) no-repeat;  
}
#menu a#home:hover,
#menu a#about-us:hover,
#menu a#Landlord-zone:hover,
#menu a#Tenant-zone:hover,
#menu a#services:hover,
#menu a#careers:hover,
#menu a#whitehot-property:hover {
		background: url(../images/menuTabRO.jpg) no-repeat;  
}
/*
===============================
   Primary and Secondary Navigation  
===============================
*/
ul li.secondary-nav {
	padding:0px;
	margin:0px;
}
ul li.tertiary-nav {
	padding:0px !important;
	margin:0px 0px 0px 10px !important;
}

