
/*
===============================
		Elevated Menu  
===============================
*/
#elevatedMenu {
	text-align: right;
	padding: 3px 5px 5px 5px;
	background:#E3E4DE;
	clear:both;
	border-bottom: 1px solid #000;
}
#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: #fff;
}
#site-logo {
	float:left;
	width:350px;
	height:100px;
	padding:55px 0px 0px 40px;
}
#site-logo a {
	display:block;
	width:350px;
	height:100px;
}
#aboutIntro {
	width:450px;
	padding:0px;
	margin:20px 10px 10px 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: 8px 0 8px 0;
	width: 135px;
	height: 20px;
	color: #fff;
	background-image: url(../images/menuTab.jpg);
	text-decoration: none; float: left;
	font-size:12px;
	font-family: times new roman;
}

#menu a#home:link, a#home:active, a#home:visited {background: url(../images/menuTabHome.jpg) no-repeat; }
#menu a#buying:link, a#buying:active, a#buying:visited{background: url(../images/menuTabBuying.jpg) no-repeat; }
#menu a#selling:link, a#selling:active, a#selling:visited{background: url(../images/menuTabSelling.jpg) no-repeat; }
#menu a#lettings:link, a#lettings:active, a#lettings:visited{background: url(../images/menuTabLettings.jpg) no-repeat; }
#menu a#services:link, a#services:active, a#services:visited{background: url(../images/menuTabServices.jpg) no-repeat; }
#menu a#whitehot-property:link, a#whitehot-property:active, a#whitehot-property:visited{background: url(../images/menuTabWH.jpg) no-repeat; }
#menu a#about-us:link, a#about-us:active, #about-us:visited {background: url(../images/menuTabNational.jpg) no-repeat; }
		  

#menu a#home:hover{background: url(../images/menuTabHome.jpg) no-repeat; color:#000}
#menu a#buying:hover{background: url(../images/menuTabBuying.jpg) no-repeat;color:#000 }
#menu a#selling:hover{background: url(../images/menuTabSelling.jpg) no-repeat; color:#000}
#menu a#lettings:hover{background: url(../images/menuTabLettings.jpg) no-repeat; color:#000}
#menu a#services:hover{background: url(../images/menuTabServices.jpg) no-repeat; color:#000}
#menu a#whitehot-property:hover{background: url(../images/menuTabWH.jpg) no-repeat; color:#000}
#menu a#about-us:hover {background: url(../images/menuTabNational.jpg) no-repeat;color:#000 }
		

/*
===============================
   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;
}
