/* Menu styles */


/* Slidding Doors technique for tabs */

/* Global navigation  */
#mainNav{
	position:relative;
	font-size:16px;
  	margin:-16px 0 0 0;
  	padding:0;
  	list-style:none;
	height:50px;
	background:url(/images/call.jpg) no-repeat bottom left;
	width:960px;
  }

#mainNav ul {margin-left: 60px;}  
  
#mainNav li {
  	float:left;
  	background:url("/images/bg_menu.gif") no-repeat left top;
  	margin:0;
  	padding:0 2px 0 9px;
  }
  
#mainNav a {
  	float:left;
 	display:block;
 	background:url("/images/bg_menu_right.gif") no-repeat right top;
 	padding:18px 20px 0 11px;
  	text-decoration:none;
  	font-weight:bold;
  	color:#fff;
  	height:32px;/* This fixes a big with IE and also provide proper height in Safari */
  }
#mainNav a:hover{color:#054E84;}
  
  
/* Active styles for global navigation */  
  
body#home #mainNav .home {background-image:url("/images/bg_menu_active.gif");}
body#home #mainNav .home a {background-image:url("/images/bg_menu_active_rht.gif"); color:#054E84;}
body#home #mainNav .home a:hover{color:#fff}

body#about #mainNav .about {background-image:url("/images/bg_menu_active.gif");}
body#about #mainNav .about a {background-image:url("/images/bg_menu_active_rht.gif"); color:#054E84;}
body#about #mainNav .about a:hover{color:#fff}

body#finding #mainNav .finding {background-image:url("/images/bg_menu_active.gif");}
body#finding #mainNav .finding a {background-image:url("/images/bg_menu_active_rht.gif"); color:#054E84;}
body#finding #mainNav .finding a:hover{color:#fff}

body#landlords #mainNav .landlords {background-image:url("/images/bg_menu_active.gif");}
body#landlords #mainNav .landlords a {background-image:url("/images/bg_menu_active_rht.gif"); color:#054E84;}
body#landlords #mainNav .landlords a:hover{color:#fff}

body#ber #mainNav .ber {background-image:url("/images/bg_menu_active.gif");}
body#ber #mainNav .ber a {background-image:url("/images/bg_menu_active_rht.gif"); color:#054E84;}
body#ber #mainNav .ber a:hover{color:#fff}

body#testimonials #mainNav .testimonials {background-image:url("/images/bg_menu_active.gif");}
body#testimonials #mainNav .testimonials a {background-image:url("/images/bg_menu_active_rht.gif"); color:#054E84;}
body#testimonials #mainNav .testimonials a:hover{color:#fff}