/* ================================================================ This copyright notice must be kept untouched in the stylesheet at all times. The original version of this stylesheet and the associated (x)html is available at http://www.cssplay.co.uk/menus/pro_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. =================================================================== */
    #multi-level {height:30px; position:relative; z-index:100;}
	#multi-level .pad {float:left;}
	/* The menu styling */ /* Remove the padding, margins and bullets from the lists */
	 .menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial;}
	/* Set up the top level list items and float left to place inline */
	 .menu li.top {display:block; float:left; position:relative;}
	/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */ 
	.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
	/* Default top link link styling */ .menu li.top a.top_link {display:block; float:left; height:22px;}
	.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;}
	/* move the link text off screen */ /* pre-load the hover images into the lists */
	.menu li.p1 {width:41px; background:url(../media/images/header_home_on.jpg) no-repeat;}
	.menu li.p2 {width:77px; background:url(../media/images/header_about_on.jpg) no-repeat;}
	.menu li.p3 {width:104px; background:url(../media/images/header_newbuy_on.jpg) no-repeat;}
	.menu li.p4 {width:111px; background:url(../media/images/header_newbuild_on.jpg) no-repeat;}
	.menu li.p5 {width:112px; background:url(../media/images/header_warranty_on.jpg) no-repeat;}
	.menu li.p6 {width:64px; background:url(../media/images/header_resources_on.jpg) no-repeat;}
	.menu li.p7 {width:65px; background:url(../media/images/header_siteindex_off.jpg) no-repeat;}
	.menu li.p8l {width:2px; background:url(../media/images/header_I.jpg) no-repeat;}	
	.menu li.p8 {width:28px; background:url(../media/images/header_FAQ_off.jpg) no-repeat;}	
	.menu li.p8r {width:2px; background:url(../media/images/header_I.jpg) no-repeat;}
	.menu li.p9 {width:73px; background:url(../media/images/header_contact_us_off.jpg) no-repeat;}	
	.menu li.p10 {width:115px; background:url(../media/images/header_findbuilder_off.jpg) no-repeat;}		
	/* set up the normal unhovered images in the links */
	.menu li a#home {width:41px; background:url(../media/images/header_home_off.jpg) no-repeat;}
	.menu li a#aboutTarion {width:77px; background:url(../media/images/header_about_off.jpg) no-repeat;}
	.menu li a#homeBuyers {width:104px; background:url(../media/images/header_newbuy_off.jpg) no-repeat;}
	.menu li a#homeBuilders {width:111px; background:url(../media/images/header_newbuild_off.jpg) no-repeat;}
	.menu li a#warranty {width:112px; background:url(../media/images/header_warranty_off.jpg) no-repeat;}
	.menu li a#resources {width:64px; background:url(../media/images/header_resources_off.jpg) no-repeat;}
	.menu li a#siteindex {width:65px; background:url(../media/images/header_siteindex_off.jpg) no-repeat;}
	.menu li a#faql {width:2px; background:url(../media/images/header_I.jpg) no-repeat;}
	.menu li a#faq {width:28px; background:url(../media/images/header_FAQ_off.jpg) no-repeat;}
	.menu li a#faqr {width:2px; background:url(../media/images/header_I.jpg) no-repeat;}
	.menu li a#contactus {width:73px; background:url(../media/images/header_contact_us_off.jpg) no-repeat;}
	.menu li a#findbuilder {width:115px; background:url(../media/images/header_findbuilder_off.jpg) no-repeat;}	
	/* Style the list OR link hover. Depends on which browser is used */
	 .menu a:hover {visibility:visible;}
	/* for IE6 */ .menu li:hover { position:relative; z-index:200;}
	/* for IE7 */ /* make the links transparent on hover so that the hover images in the lists show through (no flicker) */ 
	.menu li a#home:hover, .menu li:hover a#home, .menu li a#aboutTarion:hover, .menu li:hover a#aboutTarion, .menu li a#homeBuyers:hover, .menu li:hover a#homeBuyers, .menu li a#homeBuilders :hover, .menu li:hover a#homeBuilders , .menu li a#warranty:hover, .menu li:hover a#warranty, .menu li a#resources:hover, .menu li:hover a#resources,.menu li a#siteindex:hover, .menu li:hover a#siteindex, .menu li a#faq:hover, .menu li:hover a#faq, .menu li a#contactus:hover, .menu li:hover a#contactus, .menu li a#findbuilder:hover, .menu li:hover a#findbuilder {background:transparent;}
	.menu ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}
	/* set up the first drop down sub level */ .menu :hover ul.sub {left:0; top:21px; background: #fff; padding:2px 0; width:93px; height:auto;}
	.menu :hover ul.sub li {display:block; height:auto; position:relative; float:left; width:144px;}
	.menu :hover ul.sub li a {display:block; font-size:11px; font-weight: bold; height:auto; width:132px; line-height:auto; color:#ffffff; PADDING-LEFT: 8px; text-decoration:none;}
	.menu :hover ul.sub li a:hover {color:#AD9A73;}
