@charset "utf-8";
/* CSS Document */

#nav {padding:0; margin:0; list-style:none; font: 14px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal; position:relative; z-index:205; background:url(../images/nav_bg.gif) repeat-x; height:35px; width:580px; float:left;}
 
#nav ul {padding:0; margin:0; list-style:none; float:left; background:#cf6c05; font: 11px Arial, Helvetica, sans-serif; font-weight:normal; z-index:206; }

#nav table {border-collapse:collapse; margin:-1px; height:0; }
#nav li {float:left; border-right:#efd7bd solid 1px;}
#nav li li {float:none; border-right:none; }
#nav li.last { border-right:none;}
/* a hack for  IE6 */
#nav li a li {float:left; }

#nav li a {display:block; float:left; color:#fff; height:35px;  padding:0 14px 0 16px; line-height:36px; text-decoration:none; white-space:nowrap; font-weight:normail; }
#nav li a.down {}

#nav li li a {display:block; height:20px; line-height:20px; float:none; padding:0 25px 0 5px; font-weight:normal; letter-spacing:0px; }
#nav li li a.fly { width:110px; color:#000; background:url(../images/fly.gif) no-repeat right center;}

#nav li:hover {position:relative; z-index:300;}
#nav a:hover {position:relative; z-index:300; color:#000;}

#nav li li a {color:#000;}
#nav li li a:hover {color:#fff;  background-color:#cf6c05; }

#nav :hover ul {left:0; top:35px; z-index:500;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
* html #nav ul {width:2px;}
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-5px; margin-left:100%; top:-1px; z-index:500;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto; }
/* show path followed */
#nav li:hover > a {color:#000; }
#nav li li:hover > a {color:#fff; background-color:#cf6c05; }


/* 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
{left:100%; margin-left:-5px; top:-1px;}

/* 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
{position:absolute; left:-9999px; top:-9999px;}

