/* ================================================================ 
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.stunicholls.com/menu/pro_dropdown_3.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.
=================================================================== */

.preload1 {
	background: url(http://www.saleck.net/graphics/menu/three_0a.png);
}
.preload2 {
	background: url(http://www.saleck.net/graphics/menu/three_1a.png);
}
#nav {
	padding:0;
	margin:0;
	list-style:none;
	/* Best left at 35 */
	height:35px;
	/* The background image for the menu. This constantly repeats */
	background:transparent /*url(http://www.saleck.net/graphics/menu/three_0.png) repeat-x;*/
	position:center;
	/* Best leave this at 500. Not sure what it does yet */
	z-index:500;
	/* Changes the font of all the text in the Menu screen */	
	font-family:Verdana, Geneva, sans-serif;
}
#nav li.top {
	display: block;
	float: left;
}
#nav li a.top_link {
	/* This is the control area for :- The very first menu text */
	display: block;
	float: left;
	height: 35px;
	line-height: 33px;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 12px;
	cursor: pointer;
	background: url(http://www.saleck.net/graphics/menu/three_0.png);
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:35px;
	background: url(http://www.saleck.net/graphics/menu/three_0.png) right top no-repeat;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:35px;
	background: url(http://www.saleck.net/graphics/menu/three_0a.png) no-repeat right top;
}
#nav li:hover a.top_link {
	/* This is the control area for :- The very first menu text when moused over */
	color:#ffaf33; /*Text Colour*/
	background: url(http://www.saleck.net/graphics/menu/three_1.png) no-repeat;
}
#nav li:hover a.top_link span {
	background:url(http://www.saleck.net/graphics/menu/three_1.png) no-repeat right top;
}
#nav li:hover a.top_link span.down {
	background:url(http://www.saleck.net/graphics/menu/three_1a.png) no-repeat right top;
	padding-bottom:3px;
}
/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}
#nav li:hover ul.sub {
	/* This is the control area for :- The First Box seen around a Drop Down List */
	left: 15px;
	top: 34px;
	padding: 3px;
	border:1px solid #000;
	white-space: nowrap;
	width: 170px;
	height: auto;
	z-index: 300;
	background-color: #EBEBEB;
}
#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 {
	/* This is the control area for :- The boxes in the second, and lower?, box in a Drop Down List */
	left:165px;
	top:-2px;
	background-color: #EBEBEB;
	padding:3px;
	border:1px solid #000000;
	white-space:nowrap;
	width:170px;
	z-index:500;
	height:auto;
}
#nav li:hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:900px;
	font-weight:normal;
}
#nav li:hover ul.sub li a {
	/* This is the control area for :- The listings in the all Drop Down Lists */
	display:block;
	font-size:11px;
	height:18px;
	width:160px;
	line-height:18px;
	text-indent:5px;
	color:black;
	text-decoration:none;/* border:1px solid #000000; */
}
#nav li ul.sub li a.fly {
	/* This is the control area for :- Any Level 1 EXPANSION > in a Drop Down List */
	background:transparent url(http://www.saleck.net/graphics/menu/arrow.gif) 148px 6px no-repeat; /* The position of the arrow graphic */
}
#nav li:hover ul.sub li a.fly:hover {
	/* This is the control area for :- Any Level 1 EXPANSION > in a Drop Down List WHEN HOVERING WITH MOUSE */
	background: transparent url(http://www.saleck.net/graphics/menu/arrow.gif) 148px 6px no-repeat; /* The position of the arrow graphic */
	color: #333333;
}
#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 {
	/* This is the control area for :-  for any Level 2, and lower, EXPANSION > in a Drop Down List */
	background:transparent url(http://www.saleck.net/graphics/menu/arrow_over.gif) 148px 6px no-repeat; /* The position of the arrow graphic */
	background-color: #EBEBEB; /* Text Colour */
	border-color: #EBEBEB;
}
#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 {
	/* This is the control area for :- Any Level 2, and lower, expansion in a Drop Down List WHEN HOVERING WITH MOUSE */
	background: transparent url(http://www.saleck.net/graphics/menu/arrow.gif) 148px 6px no-repeat; /* The position of the arrow graphic */
	color: #333333; /* Text Colour */	/*border-color:#000000;*/
}
#nav li:hover ul.sub li a:hover {
	/* This is the control area for :- The listings (WHEN MOUSE OVER) in the NON-EXPANSION box in any Drop Down List */
	background: transparent;
	color: #333333; /* Text Colour *//*border-color:#fff;*/
}
#nav li b {
	/* This is the control area for :- The Text in the Heading and the lines undreneath a Heading in the Drop Down Lists */
	display:block;
	font-size:11px;
	height:18px;
	width:164px;
	line-height:18px;
	margin-bottom:3px;
	text-indent:6px;
	color:#ffaf33;
	border-bottom:1px solid #000000;
	cursor:default;
}
#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;
}
