
/*
===============================
		Elevated Menu  
===============================
*/
#elevatedMenu {
	text-align: right;
	padding: 3px 5px 5px 5px;
	background:#302C6E;
	clear:both;
	border-bottom:3px solid #1867A9;
	font-family:Arial;
}
#elevatedMenu a:link,
#elevatedMenu a:visited, 
#elevatedMenu a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size:13px;
	padding:5px;
}
#elevatedMenu a:hover {
	color: #1867A9;
}
#site-logo {
	float:left;
	width:410px;
	height:120px;
	padding:20px 0px 0px 20px;
}
#site-logo a {
	display:block;
	width:110px;
	height:120px;
}
#aboutIntro {
	width:450px;
	padding:0px;
	margin:20px 10px 10px 40px;
	font-family:Arial;
	float:left;
	color:#fff;
	height:121px;
}
#websiteTitle {
	font-size:22px;
	color:#FFF;
	margin:0px 0px 5px 0px;
	font-family:Arial;
}
#menu { 
	color: #ffffff;
	text-align: center;
	height:32px;
	clear:both;
	margin:0px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	height: 32px;
	padding: 0px;
}
#menu li {
	display: block;
	width: 135px;
	float:left;
	margin:0px 1px 0px 0px;
}
#menu a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px 0 4px 0;
	width: 135px;
	height: 20px;
	color: #fff;
	background: url(../images/menuTab.jpg) no-repeat 0 0;
	text-decoration: none; float: left;
	font-size:13px;
	font-family:Arial;
}
#menu a img {display:none;
}
#menu a#property-essex:link, a#property-essex:active, a#property-essex:visited,
#menu a#selling:link, a#selling:active, a#selling:visited,
#menu a#renting:link, a#renting:active, a#renting: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#balgores_tv:link, a#balgores_tv:active, a#balgores_tv:visited,
#menu a#mortgages:link, a#mortgages:active, a#mortgages:visited {
	background: url(../images/menuTab.jpg) no-repeat 0 0;  
}
#menu a#houses-for-sale:hover,
#menu a#selling:hover,
#menu a#renting-property:hover,
#menu a#services:hover,
/*#menu a#whitehot-property:hover,*/
#menu a#balgores_tv:hover,
#menu a#whitehot-property:hover,
#menu a#latest-magazine:hover {
		color:#1867A9;
		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;
}
