/* @override http://search.lbar.com/menu.css */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#navContainer {
	width: 974px;
	margin: 10px auto;
	}
.mainNav {width:974px; height:37px; font-size:0.85em; position:relative; z-index:100; line-height:normal; float:left;}
/* hack to correct IE5.5 faulty box model */
* html .mainNav {width:975px; w\idth:974px;}
/* remove all the bullets, borders and padding from the default list styling */
.mainNav ul {padding:0;margin:0;list-style-type:none;}
.mainNav ul ul {width:159px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.mainNav li {float:left;width:159px;position:relative;}
/* style the links for the top level */
li.findrealtor, li.community, li.market, li.homevaluefinder, li.home { width: 164px; }
.mainNav a, .mainNav a:visited {display:block;font-size:11px;text-decoration:none; width:159px; height:37px; /*padding-left:10px; line-height:29px; */ }
	a.home{ width:164px;background:url(images/home.jpg) no-repeat 0 0;}
	a.findhome{ background:url(images/findaproperty.jpg) no-repeat 0 0;}
	a.findrealtor{ width:164px;background: url(images/findarealter.jpg) no-repeat 0 0;}
	a.community{ width:164px;background: url(images/thecommunity.jpg) no-repeat 0 0;}
	a.market{ width:164px;background: url(images/themarket.jpg) no-repeat 0 0;}
	a.process{ background: url(images/theprocess.gif) no-repeat 0 0;}
	a.medearoom{ background: url(images/mediaroom.jpg) no-repeat 0 0;}
	a.homevaluefinder{ width:164px;background: url(images/homevaluefinder.gif) no-repeat 0 0; }
	a.home:hover, a.findhome:hover, a.findrealtor:hover, a.community:hover, a.market:hover, a.process:hover, a.medearoom:hover, a.homevaluefinder:hover
	{
		background-position:0 -37px;
		}
	a.home#activeNav, a.findhome#activeNav, a.findrealtor#activeNav, a.community#activeNav, a.market#activeNav, a.process#activeNav, a.medearoom#activeNav, a.homevaluefinder#activeNav
	{
		/*background-position:0 -74px;*/
		background-position:0 -37px;
		}
	a.home span, a.findhome span, a.findrealtor span, a.community span, a.market span, a.process span, a.medearoom span, a.homevaluefinder span { visibility:hidden; }


/* a hack so that IE5.5 faulty box model is corrected */
* html .mainNav a, * html .mainNav a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.mainNav ul ul a.drop, .mainNav ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.mainNav ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.mainNav ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}

/* style the third level background */
.mainNav ul ul ul a, .mainNav ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.mainNav ul ul ul a:hover {background:#b2ab9b;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.mainNav ul ul {visibility:hidden;position:absolute;height:0;top:37px;left:8px; width:221px;}
/* another hack for IE5.5 */
* html .mainNav ul ul {top:37px;t\op:37px;}

/* position the third level flyout menu */
.mainNav ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.mainNav ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.mainNav table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.mainNav ul ul a, .mainNav ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:132px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .mainNav ul ul a:visited {width:254px;w\idth:232px;}
.mainNav ul ul a, .mainNav ul ul a:visited, .mainNav ul ul a:hover {
	padding:4px;
	font-family:Verdana,Arial,Helvetica; 
	font-size:10px;
	color:#fff;
	text-decoration:none;
	border-right:1px solid #B11929;
	background-color:#A90011;
	background-image:none;	/* overwrite the background image */
	border-left:1px solid #B11929;
	border-bottom:1px solid #B11929;
	line-height:normal;

	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	}


/* style the top level hover */
.mainNav a:hover, .mainNav ul ul a:hover{color:#FFFFFF; background-color:#72020E; text-decoration:none;}
.mainNav :hover > a, .mainNav ul ul :hover > a {color:#FFFFFF; background-color:#72020E; text-decoration:none;}

/* make the second level visible when hover on first level list OR link */
.mainNav ul li:hover ul,
.mainNav ul li:hover ul, .mainNav ul li:hover ul,
.mainNav ul a:hover ul, .mainNav ul a:hover ul, .mainNav ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.mainNav ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.mainNav ul :hover ul :hover ul{ visibility:visible;}