
/*=== GLOBAL NAV ===*/

#globalnav {
	position: relative; float: left; width: 650px;
	padding: 2.5em 0 0 1.5em;
	list-style: none; line-height: 1em;
	}

#globalnav LI {
	float: left;
	}

#globalnav A {
	display: block; height: 49px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#globalnav A SPAN {
	display:none;
	}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background-position: 0 -49px;
	}

#globalnav A.here:link,
#globalnav A.here:visited {
	position: relative;
	z-index: 102;
	}


/*=== BUTTONS ===*/

#mm_home {
	background-image: url(img/mm_home.gif);
	width: 57px;
	}

#mm_buying {
	background-image: url(img/mm_buying.gif);
	width: 69px;
	}

#mm_renting {
	background-image: url(img/mm_renting.gif);
	width: 76px;
	}

#mm_selling {
	background-image: url(img/mm_selling.gif);
	width: 76px;
	}

#mm_finance {
	background-image: url(img/mm_finance.gif);
	width: 76px;
	}

#mm_projects {
	background-image: url(img/mm_projects.gif);
	width: 89px;
	}

#mm_aboutUs {
	background-image: url(img/mm_aboutUs.gif);
	width: 86px;
	}

#mm_contactUs {
	background-image: url(img/mm_contactUs.gif);
	width: 102px;
	}

/*subnav*/

#globalnav UL {
	position: absolute; 
	top: 6.1em; left: 0.8em;
	width: 148px; height: 400px;
	background-image: url(img/bg_oldMan.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-top: 25px;
	list-style: none;
	border-top: 3px solid #EFDA03;
	}
	
#globalnav UL.hidden,
#globalnav UL#noMenu LI {
	display: none;
	}

#globalnav UL LI {
	float: left;
	display: block;
	line-height: 19px;
	}

#globalnav UL A {
	display: block; width: 105px; height: 22px;
	padding: 0 2em; margin: 0.2em 0;
	background-image: url(img/sm_button.gif);
	background-position: 1px 0;
	background-repeat: no-repeat;
	color: #626D68; font-size: 11px; text-decoration: none; font-weight: normal; font-size: 11px;
	}
	
#globalnav UL A.doubleLine {
	height: 34px;  line-height: 16px;
	background-image: url(img/sm_buttonDouble.gif);
	background-position: 1px 0;
	background-repeat: no-repeat;
	}
	
#globalnav UL A.doubleLine:hover,
#globalnav UL A.doubleLine:active,
#globalnav UL A.doubleLine.here:link,
#globalnav UL A.doubleLine.here:visited {
	color:#444;
	background-position: 1px -42px;
	font-size: 11px; color: #0E113A;
	}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
	background-position: 1px -22px;
	font-size: 11px; color: #0E113A;
	}
	
/* active states based on body id */
body.home #mm_home {
	background-position: 0 -49px;
}
body#about-us #mm_aboutUs {
	background-position: 0 -49px;
}
body#contact #mm_contactUs {
	background-position: 0 -49px;
}
body#projects #mm_projects {
	background-position: 0 -49px;
}
body#finance #mm_finance {
	background-position: 0 -49px;
}
body#selling #mm_selling {
	background-position: 0 -49px;
}
body#renting #mm_renting {
	background-position: 0 -49px;
}
body#buying #mm_buying {
	background-position: 0 -49px;
}

/* navigation additional menus based on body id */
body#home #noMenu {
		display: block;
}
body#buying #buying {
		display: block;
}
body#renting #renting {
	display: block;
}
body#selling #selling {
	display: block;
}
body#finance #finance {
	display: block;
}
body#projects #noMenu {
	display: block;
}
body#about-us #aboutUs {
	display: block;
}
body#contact #contactUs {
	display: block;
}
body#disclaimer #noMenu {
		display: block;
}
