#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 1;
}

#nav a {
	display: block;
	width: 150px;
	z-index: 99;
}

#nav li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
	z-index: 99;
}

#nav li ul { /* second-level lists */
	margin-top: -57px;
	margin-right: 0px;
	margin-left: 150px;
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #0e1f64;
	background-image: url(http://remaxreddeer.com.v4.redmanonline.biz/images/templates/realtycorp_ca/realtycorp_ca_images/main_leftmenu_BG.jpg);
	z-index: 99;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -19px 0 0 150px;
	z-index: 99;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	z-index: 99;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99;
	
}


#nav1, #nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav1 a {
	display: block;
	width: 150px;
}

#nav1 li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
}

#nav1 li ul { /* second-level lists */
	margin: -20px 0 0 150px;
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #0e1f64;
	background-image: url(http://remaxreddeer.com.v4.redmanonline.biz/images/templates/realtycorp_ca/realtycorp_ca_images/main_leftmenu_BG.jpg)
}

#nav1 li ul ul { /* third-and-above-level lists */
	margin: -20px 0px 0px 150px;
}

#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
}

#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#content {
	clear: left;
	color: #ccc;
}
