
/*
===============================
		Elevated Menu  
===============================
*/
#elevatedMenu {
	text-align: right;
	padding: 3px 5px 0px 5px;
	background:#268dc6;
	clear:both;
}
#elevatedMenu a:link,
#elevatedMenu a:visited, 
#elevatedMenu a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size:11px;
	padding:5px;
	background: #268dc6;
}
#elevatedMenu a:hover {
	color: #164887;
}
#site-logo {
	float:left;
	width:510px;
	height:175px;
	padding:15px 0px 0px 10px;
}
#site-logo a {
	display:block;
	width:500px;
	height:170px;
}
#aboutIntro {
	width:400px;
	padding:0px;
	margin:25px 10px 5px 10px;
	font-family:Arial;
	float:left;
	color:#268CC7;
	height:160px;
}
#aboutIntro p {  }
#websiteTitle { display:none; }

#menu { 
	color: #ffffff;
	text-align: center;
	border-bottom:5px solid #268dc6;
	height:29px;
	clear:both;
	padding: 20px 0 0 0;
}

#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#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:#fff;
		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;
}

