#nav ul { /* top-level */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 547px;
	background: #ffff99;
}

#nav li { /* top-level items */
	position: relative;
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font: 11px Verdana, sans-serif;
	color: #000;
	z-index: 100;
}

#nav li ul { /* second-level lists */
	position : absolute;
	top: 18px;
	left: -9999px;
	background: #fadc58;
	width: 130px;
	border: 1px solid #000;
	border-width: 1px 1px 0 1px;
	overflow: hidden;
	z-index: 100;
}
#nav li ul li {
	width: 130px;
	margin: 0;
	overflow: hidden;
}

#nav li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding: 3px 0 3px 14px;
	background: url("/images/nav-arrow.gif") 5px .5em no-repeat;	
}
/* Hide from Mac IE5 \*/
#nav li a {
	overflow: hidden;
}
/* end hack */
#nav li a:hover {
	background-color: #ffffcc;
}
#nav li span a {
	height: 18px;
	text-indent: -9999px;
	border: none;
	padding: 0;
}

li#n-buyersguide ul, li#n-buyersguide ul li {
	width: 225px;
}
li#n-showrooms ul, li#n-showrooms ul li, li#n-customercare ul, li#n-customercare ul li {
	width: 165px;
}
li#n-contact {
	margin: 0;
}

li#n-home span a, li#n-home {
	background: url("/images/home.gif") 0 0 no-repeat;
	width: 49px;
}
li#n-home span a:hover {
	background: url("/images/home.gif") -49px 0 no-repeat;
}
li#n-showrooms span a, li#n-showrooms {
	background: url("/images/showrooms.gif") 0 0 no-repeat;
	width: 82px;
}
li#n-showrooms span a:hover {
	background: url("/images/showrooms.gif") -82px 0 no-repeat;
}
li#n-buyersguide span a, li#n-buyersguide {
	background: url("/images/buyers_guide.gif") 0 0 no-repeat;
	width: 93px;
}
li#n-buyersguide span a:hover {
	background: url("/images/buyers_guide.gif") -93px 0 no-repeat;
}
li#n-legacypoints span a, li#n-legacypoints {
	background: url("/images/legacy_points.gif") 0 0 no-repeat;
	width: 92px;
}
li#n-legacypoints span a:hover {
	background: url("/images/legacy_points.gif") -92px 0 no-repeat;
}
li#n-customercare span a, li#n-customercare {
	background: url("/images/customer_care.gif") 0 0 no-repeat;
	width: 102px;
}
li#n-customercare span a:hover {
	background: url("/images/customer_care.gif") -102px 0 no-repeat;
}
li#n-sitemap span a, li#n-sitemap {
	background: url("/images/site_map.gif") 0 0 no-repeat;
	width: 63px;
}
li#n-sitemap span a:hover {
	background: url("/images/site_map.gif") -63px 0 no-repeat;
}
li#n-contact span a, li#n-contact {
	background: url("/images/contact.gif") 0 0 no-repeat;
	width: 60px;
}
li#n-contact span a:hover {
	background: url("/images/contact.gif") -60px 0 no-repeat;
}

#nav li:hover ul ul {
	left: -9999px;
}

#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;
}
@media all and (min-width: 0px){
   #nav li ul { /* second-level lists */
		top: auto;
		margin: 0;
	}
} /* For Opera */

