/* ================================================================ 
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/menu/pro_drop3.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(../gfx/menu/blank_over.gif);}
.preload2 {background: url(../gfx/menu/blank_overa.gif);}

div#navbar_wrapper { width:970px; margin:0 auto; }
#navbar { float:left; padding:0; margin:0; list-style:none; height:30px; position:relative; z-index:50; }
#navbar li.top {display:block; float:left;  }
#navbar li a.top_link { position:relative; display:block; float:left; padding:7px 10px 0 10px; height:23px; font-size:110%; color:#fff; font-weight:bold; text-decoration:none; border-left:1px solid #49A3CF; border-right:1px solid #2A76AC; cursor:pointer; }
#navbar li a.top_link span { }
#navbar li a.top_link span img {   }
#navbar li a.top_link span.down { }
#navbar li a.top_link:hover { color:#ff0000; font-weight:bold;  }
#navbar li a.top_link:hover span { }
#navbar li a.top_link:hover span.down { }

#navbar li:hover > a.top_link { color:#0577b7; font-weight:bold; background: url(level_2_hover.gif) repeat-x; }
#navbar li a.top_link.toplink_selected { color:#ff0000; font-weight:bold; background: url(level_2_hover.gif) repeat-x; }
#navbar li:hover > a.top_link span {}
#navbar li:hover > a.top_link span.down { }

#navbar li.top span.separator {  }

#navbar table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#navbar a:hover {visibility:visible; position:relative; z-index:20;}
#navbar li:hover {position:relative; z-index:20;}

/* keep the 'next' level invisible by placing it off screen. */
#navbar ul, 
#navbar :hover ul ul, 
#navbar :hover ul :hover ul ul,
#navbar :hover ul :hover ul :hover ul ul,
#navbar :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#navbar :hover ul.sub {left:0; top:30px; background: #fff; border:1px solid #b8d0ee; white-space:nowrap; width:280px; height:auto; z-index:30;}
#navbar :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:258px; font-weight:normal; color:#0678b3; border-left:22px solid #edf3fa; }
#navbar :hover ul.sub li a {display:block; font-size:100%; height:20px; width:257px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border-left:1px solid #fff;}
#navbar :hover ul.sub li a.fly {background:#fff url(arrow.gif) 245px 7px no-repeat;}
#navbar :hover ul.sub li a:hover {background-color:#0577b7; color:#fff;}
#navbar :hover ul.sub li a.fly:hover {background:#0577b7 url(arrow_over.gif) 245px 7px no-repeat; color:#fff;}
#navbar :hover ul li:hover > a.fly {background:#0577b7 url(arrow_over.gif) 245px 7px no-repeat; color:#fff;} 

#navbar :hover ul :hover ul,
#navbar :hover ul :hover ul :hover ul,
#navbar :hover ul :hover ul :hover ul :hover ul,
#navbar :hover ul :hover ul :hover ul :hover ul :hover ul
{left:255px; top:-4px; background: #fff; /* padding:3px; */ border:1px solid #3a93d2; white-space:nowrap; width:280px; z-index:40; height:auto;}
