/* ================================================================ 
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.cssplay.co.uk/menus/pro_drop7.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/topnav/ld_2a.gif);}
.preload2 {background: url(../images/topnav/ld_2b.gif);}
.preload3 {background: url(../images/topnav/ld_2c.gif);}


#nav {
	padding:0;
	margin:0 0 0 0;
	list-style:none;
	height:38px;
	background:url(../images/topnav/ld_0.gif) repeat-x;
	position:relative;
	z-index:200;
	font-family:arial, verdana, sans-serif;
	/*width:908px;*/
}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#FFF; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 20px; cursor:pointer; background: url(../images/topnav/ld_0.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 20px 0 0; height:35px; background: url(../images/topnav/ld_0.gif) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 20px 0 0; height:35px; background: url(../images/topnav/ld_0b.gif) right top no-repeat;}

#nav li.current a.top_link {color:#8B2D23; background: url(../images/topnav/ld_2a.gif) no-repeat;}
#nav li.current a.top_link span {background: url(../images/topnav/ld_2b.gif) no-repeat right top;}
#nav li.current a.top_link span.down {background: url(../images/topnav/ld_2c.gif) no-repeat right top;}

#nav li:hover a.top_link,
#nav a.top_link:hover
{color:#8B2D23; background:url(../images/topnav/ld_1a.gif) no-repeat;}
#nav li:hover a.top_link span, 
#nav a.top_link:hover span
{background:url(../images/topnav/ld_1b.gif) no-repeat right top;}
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down
{background:url(../images/topnav/ld_1c.gif) no-repeat right top; padding-bottom:3px;}

#nav li.current:hover a.top_link,
#nav li.current a.top_link:hover
{color:#8B2D23; background: url(../images/topnav/ld_2a.gif) no-repeat;}
#nav li.current:hover a.top_link span, 
#nav li.current a.top_link:hover span
{background:url(../images/topnav/ld_2b.gif) no-repeat right top;}
#nav li.current:hover a.top_link span.down,
#nav li.current a.top_link:hover span.down
{background:url(../images/topnav/ld_2c.gif) no-repeat right top; padding-bottom:3px;}

#nav table {border-collapse:collapse; padding:0; width:0; height:0; margin:0 -20px 0 0;}

#nav .sub {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub
{left:1px; top:38px; background: #BCC898; padding:3px; border:1px solid #fff; white-space:nowrap; width:100%; height:auto; z-index:300; margin: 0px 0px 0px 14px;}
#nav :hover ul.sub li{display:block; height:20px; position:relative; float:left; width:100%; font-weight:normal;}
#nav :hover ul.sub li a
{display:block; font-size:11px; height:18px; width:100%; line-height:18px; text-indent:5px; color:#222; text-decoration:none;border:1px solid #D5DEB6;}
#nav :hover ul.sub li a:hover 
{background:#DAE0BC; color:#8B2D23; border-color:#D5DEB6;}

#nav li.current a:hover,
#nav li.current:hover
{position:relative; white-space:normal; z-index:1;}


#nav li.current .line
{margin:0; padding:0; list-style:none; position:absolute; left:0; top:35px; width:740px; height:25px; background:url(back.gif) repeat-x; border:0;}

#nav li.current .line li {display:inline; font-weight:normal; height:25px; margin:0; padding:0;}
#nav li.current .line li a
{display:block; float:left; padding:0 20px; margin:0; color:#ff0; text-decoration:none; border:0; height:25px; line-height:25px; font-size:11px;}
#nav li.current .line li a:hover {text-decoration:underline;}


