/* ================================================================ 
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_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.
=================================================================== */

.preload1 {background:url(../images/sitemenu/three_1.gif);}
.preload2 {background:url(../images/sitemenu/three_1a.gif);}

#nav {
	height:35px;
	margin:0;
	padding:0;
	background:#FFF url(../images/sitemenu/three_0.gif) repeat-x;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	list-style:none;
	}
#nav li.adjust {
	width:30px;
	height:35px;
	display:block;
	float:left;
	}
#nav li.top {
	height:35px;
	display:block;
	float:left;
	}
#nav li a.top_link {
	height:35px;
	padding:0 0 0 6px;
	background:url(../images/sitemenu/three_0.gif);
	color:#411f13;
	font-size:11px;
	line-height:33px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	display:block;
	float:left;
	}
#nav li a.top_link span {
	height:35px;
	padding:0 12px 0 6px;
	background:url(../images/sitemenu/three_0.gif) right top no-repeat;
	display:block;
	float:left;
	}
#nav li a.top_link span.down {
	height:35px;
	padding:0 24px 0 6px;
	background:url(../images/sitemenu/three_0a.gif) no-repeat right top;
	display:block;
	float:left;
	}

#nav li:hover a.top_link			{background:url(../images/sitemenu/three_1.gif) no-repeat;color:#793b26;}
#nav li:hover a.top_link span		{background:url(../images/sitemenu/three_1.gif) no-repeat right top;}
#nav li:hover a.top_link span.down	{background:url(../images/sitemenu/three_1a.gif) no-repeat right top;}

/* Default list styling */

#nav li:hover {position:relative;z-index:200;}

#nav li:hover ul.sub {
	left:1px;
	top:35px;
	background:#fffde5;
	padding:2px;
	border:1px solid #cba612;
	white-space:nowrap;
	width:129px;
	height:auto;
	z-index:300;
	text-align:left;
	}
#nav li:hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:129px;
	font-weight:normal;
	}
#nav li:hover ul.sub li a {
	display:block;
	font-size:11px;
	height:18px;
	width:127px;
	line-height:18px;
	text-indent:3px;
	color:#333;
	text-decoration:none;
	border:1px solid #fffde5;
	}

#nav li ul.sub li a.fly				{background:#fffde5 url(../images/sitemenu/arrow.gif) 119px 6px no-repeat;}
#nav li:hover ul.sub li a:hover		{color:#111;background:#ffe38f;border-color:#d5b11d;}
#nav li:hover ul.sub li a.fly:hover	{color:#111;background:#ffe38f url(../images/sitemenu/arrow_over.gif) 119px 6px no-repeat;}


#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:129px;
	top:-3px;
	background:#fffde5;
	padding:2px;
	border:1px solid #cba612;
	white-space:nowrap;
	width:129px;
	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 {
	background:#ffe38f url(../images/sitemenu/arrow_over.gif) 119px 6px no-repeat;
	color:#111;
	border-color:#d5b11d;
	}

#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:#fffde5 url(../images/sitemenu/arrow.gif) 119px 6px no-repeat;
	color:#333;
	border-color:#fffde5;
	}
