
/*
===============================
		Elevated Menu  
===============================
*/
#elevatedMenu {
	text-align: right;
	padding: 3px 5px 5px 5px;
	background:#fff;
	clear:both;
	font-weight: bold;
	font-size: 12px;
}
#elevatedMenu a:link,
#elevatedMenu a:visited, 
#elevatedMenu a:active {
	text-decoration: none;
	color: #FE7203;
	font-weight: bold;
	font-size:11px;
	padding:5px;
}
#elevatedMenu a:hover {
	color: #018ABE;
}
#site-logo {
	float:left;
	width:540px;
	height:155px;
	padding:25px 0px 0px 210px;
}
#site-logo a {
	display:block;
	width:535px;
	height:150px;
	padding: 5px 0 0 4px;
}
#aboutIntro {
	width:100px;
	padding:0px;
	margin:20px 10px 25px 40px;
	font-family:Arial;
	float:left;
	color:#fff;
	height:160px;
}
#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 3px;
}
#menu li {
	display: block;
	width: 135px;
	float:left;
	margin:0px 1px 0px 0px;
}
#menu a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 9px 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#whitehot-property { 
	color: #F00;
}

#menu a#home:link, a#home:active, a#home:visited,
#menu a#buying:link, a#buying:active, a#buying:visited,
#menu a#selling:link, a#selling:active, a#selling:visited,
#menu a#lettings:link, a#lettings:active, a#lettings: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#buying:hover,
#menu a#selling:hover,
#menu a#lettings:hover,
#menu a#services:hover,
#menu a#whitehot-property:hover,
#menu a#national-search:hover {
		color:#018ABE;
		background: url(../images/menuTabRO.jpg) no-repeat;  
}
#menu a#whitehot-property:hover { 
		background: url(../images/menuTabRO.jpg) no-repeat;  
		color: #f00;
}		
/*
===============================
   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;
}
