
/*
===============================
		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: #004B8E;
	font-weight: bold;
	font-size:11px;
	padding:5px;
}
#elevatedMenu a:hover {
	color: #d50277;
}
#site-logo {
	float:left;
	width:250px;
	height:100px;
	padding:20px 0px 0px 20px;
}
#site-logo a {
	display:block;
	width:250px;
	height:100px;
}
#aboutIntro {
	width:450px;
	padding:0px;
	margin:20px 10px 10px 40px;
	font-family:Arial;
	float:left;
	color:#fff;
	height:178px;
}
#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 8px 0;
	width: 135px;
	height: 20px;
	color: #fff;
	background-image: url(../images/menuTab.jpg);
	text-decoration: none; float: left;
	font-size:11px;
}

#menu a#auctions:link, a#auctions:active, a#auctions:visited,
#menu a#houses-for-sale-yorkshire:link, a#houses-for-sale-yorkshire:active, a#houses-for-sale-yorkshire:visited,
#menu a#selling:link, a#selling:active, a#selling:visited,
#menu a#letting-agents-yorkshire:link, a#letting-agents-yorkshire:active, a#letting-agents-yorkshire:visited,
#menu a#property-services:link, a#property-services:active, a#property-services:visited,
#menu a#fine-and-country-huddersfield:link, a#fine-and-country-huddersfield:active, #fine-and-country-huddersfield: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;}
#menu a#auctions:hover,
#menu a#houses-for-sale-yorkshire:hover,
#menu a#selling:hover,
#menu a#letting-agents-yorkshire:hover,
#menu a#property-services:hover,
#menu a#fine-and-country-huddersfield:hover {
		background: url(../images/menuTabRO.jpg) no-repeat; color: #000;  
}
#menu a#whitehot-property:hover {background: url(../images/menuTabWHP.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;
}

