/* ================================================================ 
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(../Graphics/Menu/Menu-Arrow.gif);
}
.preload2 {
	background: url(../Graphics/Menu/Menu-ArrowOver.gif);
}
#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:38px;
	background:url(../Graphics/Menu/Bar.png) repeat-x;
	position:relative;
	z-index:500;
	font-family:Tahoma;
}
#nav li.top {
	display:block;
	float:left;
}
#nav li a.top_link {
	/* This code is for the first menu thats visible */
	display:block;
	float:left;
	height:42px;
	line-height:33px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0px 18px 0px 6px;
	height:42px;/* background: url(../) right top no-repeat; */
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0px 32px 0px 6px;
	height:42px;
	background: url(../Graphics/Menu/Bar-DropButton.png) no-repeat right top;
}
#nav li:hover a.top_link {
	/* This code is for the text colour on the first menu */
	color:#000000;
}
#nav li:hover a.top_link span {
	background:url(../Graphics/Menu/Bar-Button.png) no-repeat right top;
}
#nav li:hover a.top_link span.down {
	background:url(../Graphics/Menu/Bar-DropButton.png) no-repeat right top;
	padding-bottom:0px;
}
/* Default list styling */
#nav li:hover {
	position:relative;
	z-index:200;
}
#nav li:hover ul.sub {
	/* This is the code for the first submenu of the main menu */
	left:0px;
	top:38px;
	background: #FFCC00;
	padding:2px;
	border:1px solid #FFCC00;
	white-space:nowrap;
	width:170px;
	height:auto;
	z-index:300;
}
#nav li:hover ul.sub li {
	/* This is the code for the text in the first submenu of the main menu - not the heading*/
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:170px;
	font-weight:normal;
}
#nav li:hover ul.sub li a {
	/* This is the code for the submenu links - mouse hovering over a link */
	display:block;
	font-size:11px;
	height:18px;
	width:170px;
	line-height:18px;
	text-indent:5px;
	color:#000000;
	text-decoration:none;
	border:1px solid #FFCC00;
}
#nav li ul.sub li a.fly /* This is the code for any fly menu */
	{
	background:#FFCC00 url(http://www.saleck.net/Graphics/Menu/Menu-Arrow.gif) 160px 6px no-repeat;
}
#nav li:hover ul.sub li a:hover /* This is the code for any non-fly menu */
	{
	background:#0000FF;
	color:#FFFFFF;
	border-color:#FFCC00;
}
#nav li:hover ul.sub li a.fly:hover /* This is the code for hovering the mouse over any fly menu */
	{
	background:#0000FF url(http://www.saleck.net/Graphics/Menu/Menu-ArrowOver.gif) 160px 6px no-repeat;
	color:#FFFFFF;
}
#nav li b {
	/* This code is for the barrier between Submenu Header and any links below */
	display:block;
	font-size:11px;
	height:18px;
	width:170px;
	line-height:18px;
	margin-bottom:3px;
	text-indent:6px;
	color:#000000;
	border-bottom:1px solid #ff6;
	cursor:default;
}
#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 code is for the fly menu's - mouse not over any link */
	left:170px;
	top:-2px;
	background:#FFCC00;
	padding:2px;
	border:0px solid #0b4d97;
	white-space:nowrap;
	width:170px;
	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;
}
#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 code for any fly menu's - mouse over any link */
{
	background:#0000FF url(http://www.saleck.net/Graphics/Menu/Menu-ArrowOver.gif) 160px 6px no-repeat;
	color:#FFFFFF;
	border-color:#FFCC00;
}
#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 code alters the background colour of any fly menu inside a fly menu*/
	background:#FFCC00 url(http://www.saleck.net/Graphics/Menu/Menu-Arrow.gif) 160px 6px no-repeat;
	/*This code alters the colour of the text*/
	color:#000000;
	/*This code alters the border colour surrounding the box*/
	border-color:#FFCC00;
}
