
/*
===============================
		Elevated Menu  
===============================
*/
#elevatedMenu {
	text-align: right;
	padding: 3px 5px 8px 5px;
	background:#814279;
	clear:both;
}
#elevatedMenu a:link,
#elevatedMenu a:visited, 
#elevatedMenu a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size:11px;
	padding:5px;
}
#elevatedMenu a:hover {
	color: #E0E2DF;
}
#site-logo {
    float:left;
    height:155px;
    padding:20px 0 10px 120px;
    width:385px;
}
#site-logo a {
    display:block;
    height:155px;
    width:385px;
}
#aboutIntro {
	width: 100px;
	padding:0 0 112px 92px;
	font-family:Arial;
	float:right;
	color:#fff;
	height:97px;
}
#aboutIntro a {
    display:block;
    height:97px;
    width:100px;
}
#aboutIntro p { display:none; }
#websiteTitle { display:none; }

#menu { 
	color: #ffffff;
	text-align: center;
	border-bottom:5px solid #fff;
	height:29px;
	clear:both;
}
#menu ul {
	list-style: none;
	margin: 0px;
	height: 35px;
	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: 35px;
	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#investment-properties:link, a#investment-properties:active, #investment-properties:visited {
		background: url(../images/menuTab.jpg) no-repeat;  
}
#menu a#homes-of-distinction {
        background: url(../images/distinction.jpg) no-repeat; font-size:0px; color:#000;
}
#menu a#homes-of-distinction:hover {
        background: url(../images/distinctionRO.jpg) no-repeat; font-size:0px;
}
#menu a#home:hover,
#menu a#buying:hover,
#menu a#selling:hover,
#menu a#lettings:hover,
#menu a#services:hover,
#menu a#investment-properties: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;
}
/*
=========================
  Logo Link 2
=========================
*/
#logo_link_2 { 
	width:150px;
	height:80px;
	padding:5px 23px 0px 0px;
	float:left;
}
#logo_link_2 a { 
	display:block;
	width:150px;
	height:80px;
}
