
/* This dropdown menu is a hack of Stu Nicholls pro drop6 and pro drop7 functions.
The original versions of are available at 
http://www.cssplay.co.uk/menus/pro_drop6.html
http://www.cssplay.co.uk/menus/pro_drop7.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved. */

.preload1 {background: url(gold_1ap1.png);}
.preload2 {background: url(gold_1bp.png);}
.preload3 {background: url(gold_1cp.png);}

#nav ul, #nav li {padding:0; margin:0;}
#nav {padding:0; margin:0; list-style:none; height:36px; background:#8b4513 url(gold_0.png) repeat-x; position:relative; z-index:200; font-family:arial, verdana, sans-serif; width:960px;}
#nav li.top {float:left; display:block;}
#nav li a.top_link {float:left; display:block; padding:0 0 0 18px; height:35px; line-height:33px; color:#faebd7; text-decoration:none; font-size:12px; font-weight:bold; cursor:pointer; background: url(gold_0.png);}
#nav li a.top_link span {float:left; display:block; padding:0 18px 0 0px; height:35px; background:url(gold_0.png) no-repeat right top;}
#nav li a.top_link span.down {float:left; display:block; padding:0 22px 0 0px; height:35px; background:url(gold_0b.png) no-repeat right top;}

#nav li.current a.top_link {color:#faebd7; background:url(gold_2ap1.png) no-repeat;}
#nav li.current a.top_link span {background:url(gold_2bp.png) no-repeat right top;}
#nav li.current a.top_link span.down {background:url(gold_2cp.png) no-repeat right top;}

#nav li:hover a.top_link, #nav a.top_link:hover
{color:yellow; background: url(gold_1ap1.png) no-repeat;}
#nav li:hover a.top_link span, #nav a.top_link:hover span
{background:url(gold_1bp.png) no-repeat right top;}
#nav li:hover a.top_link span.down, #nav a.top_link:hover span.down
{padding-bottom:1px; background:url(gold_1cp.png) no-repeat right top;}

#nav li.current:hover a.top_link, #nav li.current a.top_link:hover
{color:#ffff33; background:url(gold_2ap1.png) no-repeat;}
#nav li.current:hover a.top_link span, #nav li.current a.top_link:hover span
{cursor:default; background:url(gold_2bp.png) no-repeat right top;}
#nav li.current:hover a.top_link span.down, #nav li.current a.top_link:hover span.down
{padding-bottom:1px; background:url(gold_2cp.png) no-repeat right top;}

#nav table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}

#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:36px; background:#330033; padding:3px; border:1px solid black; white-space:nowrap; width:90px; height:auto; z-index:300;}
#nav :hover ul.sub li
{display:block; height:24px; position:relative; float:left; width:90px; font-weight:normal;}
#nav :hover ul.sub li a
{background:#660066; display:block; font-size:12px; height:20px; width:88px; line-height:20px; text-indent:5px; color:#f0e68c; text-decoration:none; border:1px solid #996600;}
#nav :hover ul.sub li a:hover 
{background:#9900cc; color:yellow; border-color: #660066;}

#nav li b {display:block; font-size:11px; height:18px; width:88px; line-height:18px; margin-bottom:3px; text-indent:6px; color:#ff6; border-bottom:1px solid black; cursor:default;}

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:89px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a: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 > ul
{left:90px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}
#nav li:hover > ul ul 
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

