/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton2.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, 
#nav ul {padding:0; list-style:none; font: 10px arial, verdana, sans-serif; background: transparent; position:relative; z-index:300;} /*background:url(transparent.gif);*/
#nav {height:23px; width:610px; padding:0; background: transparent; margin:0;}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {display:inline;float:left;}
/* a hack for IE5.x and IE6 */
#nav li a li {display:inline;float:left;}

#nav li a { float:left; color:#00a2e4; height:23px; padding:0 4px 0 4px; line-height:22px; text-decoration:none; white-space:nowrap;
    font-weight:bold; border-left:0px solid transparent; border-bottom:1px solid #00a2e4;}
    
#nav li li a { width: 100px; float: left; height:21px; line-height:20px;}

#nav li:hover {float: left; position:relative; z-index:300;}
#nav a:hover {float:left; position:relative; z-index:300; background:#00a2e4;  color:#000000; border-left:0px solid #843;}
#nav li:hover > a {float:left; border-left:0px solid #00a2e4; background:#00a2e4; color:#000000;}

#nav :hover  ul { width: 100px; float: left; margin: 0; left: 0; top:23px; border-top:1px solid #00a2e4; border-left:1px solid #00a2e4; z-index:300; background: #000000; }
#nav a:hover ul { float: left; margin: 0; left:-1px;}

#nav ul {float: left; position:absolute; left:-9999px; top:-9999px; }

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {float:left; margin: 0; left:0;  top:0; }
/* keep further levels hidden */
#nav li:hover > ul ul {float:left; margin: 0; position:absolute; left:-9999px; top:-9999px; }
/* show path followed */
#nav li:hover li:hover > a {width: 100px;float: left; margin: 0;  background:#00a2e4; color:#000000; border-left:0px solid #00a2e4;}

#nav li a:hover ul li a:hover {float:left; background:#00a2e4;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#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
{float:left; left:100%; top:0;}

/* keep further levels hidden */
#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
{float:left; position:absolute; left:-9999px; top:-9999px;}