
/*
===============================
		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: #000;
	font-weight: bold;
	font-size:11px;
	padding:5px;
}
#elevatedMenu a:hover {
	color: #fdb812;
}
#site-logo {
	float:right;
	width:300px;
	height:140px;
	padding:30px 0px 0px 20px;
}
#site-logo a {
	display:block;
	width:300px;
	height:140px;
}
#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:32px;
	clear:both;
	background:#485d78;
}
#menu ul {
	list-style: none;
	margin: 0px;
	height: 28px;
	padding: 0px 0px 0px 1px;
}
#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 8px 0;
	width: 135px;
	height: 20px;
	color: #252460;
	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#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#national-search:link, a#national-search:active, #national-search:visited {
		background: url(../images/menuTab.jpg) no-repeat;  
}
#menu a#whitehot-property:link, a#whitehot-property:active, a#whitehot-property:visited{
		background: url(../images/menuTabWHP.jpg) no-repeat;color:#fff}
#menu a#home:hover,
#menu a#buying:hover,
#menu a#selling:hover,
#menu a#lettings:hover,
#menu a#services:hover,
#menu a#national-search:hover {
		background: url(../images/menuTabRO.jpg) no-repeat;  
}
#menu a#whitehot-property:hover {
		background: url(../images/menuTabRO.jpg) no-repeat; color: #252460; 
}
/*
===============================
   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;
}

