/* ================================================================ 
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 https://stunicholls.com/menu/pro_drop_2.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.
=================================================================== */
/* --------------Tablets and Mobile Phones--- (<801px wide )------ */
@media only screen and (max-width: 927.98px){
#nav, #nav ul {
	float: left;
	list-style: none;
	font: 16px verdana, sans-serif;
	border: 1px solid #000;
	border-color: #cea #9b7 #8a6 #deb;
	border-width: 1px 2px 2px 1px;
	background: #fff;
	position: relative;
	z-index: 200;
}
#nav li li {
	background: #fff;
}
/* a hack for IE5.x and IE6 */
* html #nav li {
	float: left;
}
#nav li, #nav a li {
	display: block;
	color: #888;
	margin: 0 20px 0 10px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	white-space: nowrap;
}
#nav li:hover {
	position: relative;
	z-index: 300;
	color: navy;
	font-weight: bold;
}
#nav ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
/* yet another hack for IE5.x and IE6 */
* html #nav, * html nav ul {
	width: 1px;
}
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover > ul {
	left: -15px;
	margin-left: 100%;
	top: -1px;
}
/* keep further levels hidden */
#nav li:hover > ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: auto;
}
/* show path followed */
#nav li:hover > a {
	text-decoration: underline;
	color: #7b5;
}
/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover ul, #nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
	left: -15px;
	margin-left: 40%;
	top: 20px;
}
/* keep further levels hidden */
#nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
/* show path followed */
#nav li:hover a, #nav li:hover li:hover a, #nav li:hover li:hover li:hover a, #nav li:hover li:hover li:hover li:hover a, #nav li:hover li:hover li:hover li:hover li:hover a, #nav li:hover li:hover li:hover li:hover li:hover li:hover a {
	text-decoration: underline;
	color: #7b5;
	color: blue;
	text-decoration: none;
}
/* hide futher possible paths */
#nav li:hover li a, #nav li:hover li:hover li a, #nav li:hover li:hover li:hover li a, #nav li:hover li:hover li:hover li:hover li a, #nav li:hover li:hover li:hover li:hover li:hover li a {
	text-decoration: none;
	color: #888;
}
/* new 
#nav li:hover, #nav li:hover a {
	background: #8ec5ed url(arrow_over.gif) 158px 6px no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
}*/
}
/*  */
/*  */
/* -------------------------- Desktops ( >800 px wide)------------------------- */
/* */
@media only screen and (min-width: 928px){
#nav {
	max-width: 928px;
	padding: 0px;
	margin: 0 auto;
	list-style: none;
	z-index: 500;
	border: #898989 1px solid;
	background: url(https://lcifurnaces.com/images/nav-bg01.jpg) left no-repeat;
	height: 31px;
	width: 84%;
	font-family: arial,tahoma,verdana;
	padding-left: 16%;
}
#nav li.top {
	display: block;
	float: left;
	height: 31px;
}
/* -- Top Menu (all except link) -- */
#nav li.top, #nav li.top span.down, #nav li a.top_link {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 0px 0 1px;
	cursor: pointer;
	color: #000000;
	height: 31px;
	line-height: 31px;
	font-size: 13px;
	font-weight: bold;
}
/* -- n/a ? -- */
#nav li.top span, #nav li a.top_link span {
	float: left;
	display: block;
	padding: 0 22px 0 11px;
	background: url(https://lcifurnaces.com/images/separator.gif) right top no-repeat;
/* -- height: 31px;-- */
}
#nav li a.top_link span.last {
	background: none;
}
#nav li.top span.down, #nav li a.top_link span.down {
	float: left;
	display: block;
	padding: 0 22px 0 11px;
	/* -- height: 31px; -- */
}
/* n/a ? */
#nav li:hover a.top_link {
	color: #498dbe;
}
/* Default list styling */
#nav li:hover {
	position: relative;
	z-index: 200;
}
/* ========================================================== 
1st level dropdown box width
============================================================= */
#nav li:hover ul.sub {
	left: 1px;
	top: 30px;
	background: #fff;
	padding: 3px;
	white-space: nowrap;
	width: 198px;
	height: auto;
	z-index: 300;
	border: 1px solid #000;
}
/* ========================================================== 
1st level dropdown box text width
============================================================= */
#nav li:hover ul.sub li, #nav li:hover ul.sub li a {
	float: left;
	position: relative;
	display: block;
	font-size: 12px;
	height: 20px;
	line-height: 18px;
	width: 194px;
	text-indent: 5px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
/* ========================================================== 
1st level dropdown box dist to arrow
    Flyout arrow new
============================================================= */
.fly, #nav li ul.sub li a.fly, #nav li ul.sub li .fly {
	background: url(arrow.gif) 188px 6px no-repeat;
}
#nav li:hover ul.sub li a:hover {
	background: #8ec5ed;
	color: #fff;
	border-color: #fff;
}
/* ========================================================== 
1st level dropdown box dist to highlighted arrow
============================================================= */
#nav li:hover ul.sub li a.fly:hover, #nav li:hover ul.sub li.fly:hover {
	background: #8ec5ed url(arrow_over.gif) 191px 6px no-repeat;
	color: #fff;
	font-weight: bold;
}
/* ========================================================== 
Dropdown sub box offset & width
   2nd order menu box */
#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
	left: 150px;
	top: -4px;
	width: 180px;
	background: #ffffff;
	padding: 3px;
	border: 1px solid #000;
	white-space: nowrap;
	z-index: 400;
	height: auto;
}
#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* ========================================================== 
Dropdown sub box offset & width
============================================================= */
#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background: #8ec5ed url(arrow_over.gif) 158px 6px no-repeat;
	color: #fff;
	border-color: #fff;
}
#nav li:hover li:hover .fly, #nav li:hover li:hover li:hover .fly, #nav li:hover li:hover li:hover li:hover .fly, #nav li:hover li:hover li:hover li:hover li:hover .fly {
	background: #8ec5ed url(arrow_over.gif) 158px 6px no-repeat;
	color: #fff;
	border-color: #fff;
}
#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly {
	background: url(arrow.gif) 158px 6px no-repeat;
	color: #000000;
	border-color: #bbd37e;
}
#nav li:hover li:hover li .fly, #nav li:hover li:hover li:hover li .fly, #nav li:hover li:hover li:hover li:hover li .fly {
	background: url(arrow.gif) 158px 6px no-repeat;
	color: #000000;
	border-color: #bbd37e;
}
#nav li:hover span.down {
	color: #498dbe;
}
}
