/* ================================================================ 
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_drop6.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.
=================================================================== */

#nav {padding:0 0 0 3px; margin:0; list-style:none; height:31px; background:#fff url(../img/bg_menu.jpg) repeat-x; position:relative; z-index:10; text-align:left}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; padding:8px 20px; text-decoration:none; font-weight:bold; color:#98002E; font-size:13px}
#nav a.top_link:hover, #nav a.active { color:#004A8D; text-decoration:none;}
#nav li a.active { color:#004A8D !important;}

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

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

#nav :hover ul.sub {left:20px; top:31px; background:#F5F5F9; border:1px solid #ddd; border-top:3px solid #98002E; white-space:nowrap; width:110px; height:auto; z-index:20;}
#nav :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:110px; font-weight:normal; }
#nav :hover ul.sub li a {display:block; font-size:11px; height:14px; width:104px; line-height:18px; color:#004A8D; text-decoration:none; font-weight:bold; padding:3px;}
#nav :hover ul.sub li a:hover  { color:#98002E; background:#fff}

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




