/* CSS Document */

/* MENU */	
a#menuHome, a#menuAbout, a#menuSale,
a#menuLease, a#menuProperty, a#menuTeam {
	height: 43px; 
	overflow:auto;
	float: left;
	margin: 0 35px;
	}
a#menuHome span, a#menuAbout span, a#menuSale span, a#menuLease span,
a#menuProperty span, a#menuTeam span {
	display: none;
	}
	
/* Normal State */	
a#menuHome {
	width: 48px;
	background: url(../img/home_1.gif) 0 0 no-repeat;
	margin-left: 19px;
	}	
a#menuAbout {
	width: 72px;
	background: url(../img/about_1.gif) 0 0 no-repeat;
	}
a#menuSale {
	width: 69px;
	background: url(../img/sale_1.gif) 0 0 no-repeat;
	}
a#menuLease {
	width: 76px;
	background: url(../img/lease_1.gif) 0 0 no-repeat;
	}
a#menuProperty {
	width: 159px;
	background: url(../img/property_1.gif) 0 0 no-repeat;
	}
a#menuTeam {
	width: 72px;
	background: url(../img/team_1.gif) 0 0 no-repeat;
	margin-right: 13px;
	}
	
/* Hover State */	
a#menuHome:hover {
	background: url(../img/home_2.gif) 0 0 no-repeat;
	}	
a#menuAbout:hover {
	background: url(../img/about_2.gif) 0 0 no-repeat;
	}
a#menuSale:hover {
	background: url(../img/sale_2.gif) 0 0 no-repeat;
	}
a#menuLease:hover {
	background: url(../img/lease_2.gif) 0 0 no-repeat;
	}
a#menuProperty:hover {
	background: url(../img/property_2.gif) 0 0 no-repeat;
	}
a#menuTeam:hover {
	background: url(../img/team_2.gif) 0 0 no-repeat;
	}
	
/* Per Page Up State */	
body#about a#menuAbout {
	background: url(../img/about_2.gif) 0 0 no-repeat;
	}
body#sale a#menuSale {
	background: url(../img/sale_2.gif) 0 0 no-repeat;
	}
body#lease a#menuLease {
	background: url(../img/lease_2.gif) 0 0 no-repeat;
	}
body#property a#menuProperty {
	background: url(../img/property_2.gif) 0 0 no-repeat;
	}
body#team a#menuTeam {
	background: url(../img/team_2.gif) 0 0 no-repeat;
	}
	
/* Sub Menu */
#submenu {
	background-color: #a11415;
	height: 23px;
	width: 893px;
	float: left;
	margin-left: 9px;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	}
* html #submenu {
	display: inline;
	margin-bottom: 0;
	}
	
body#home #submenu,
body#privacy #submenu,
body#propertyGuide #submenu {
	display: none;
	}

#submenu a {
	padding: 4px 20px 0px 20px;
	height: 19px;
	width: auto;
	float: left;
	color: #fff;
	text-decoration:none;
	border-right: 1px solid #d2d2d2;
	}
#submenu a:hover {
	background-color: #7c1111;
	}
	
#submenu a#aboutSub,
#submenu a#saleSub,
#submenu a#leaseSub,
#submenu a#propertySub,
#submenu a#teamSub {
	display: none;
	}
	
body#about #submenu a#aboutSub,
body#sale #submenu a#saleSub,
body#lease #submenu a#leaseSub,
body#property #submenu a#propertySub,
body#team #submenu a#teamSub {
	display:inline;
	}