@charset "utf-8";
/* CSS Document */

#nav1 {padding:0; margin:0; list-style:none; font: 20px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal; position:relative; z-index:200; background:url(../images/navbg.jpg) repeat-x; height:49px; width:780px; float:left;}
 
#nav1 ul {padding:0; margin:0; list-style:none; float:left; background:#e0e0e0; font: 12px Arial, Helvetica, sans-serif; font-weight:normal; }

#nav1 table {border-collapse:collapse; margin:-1px; height:0; }
#nav1 li {float:left; border-right:#2d2d2d solid 1px; background:url(../images/nav_bullet.gif) no-repeat 30px 13px;}
#nav1 li li {float:none; border-right:none; background:none;}
#nav1 li.last { border-right:none; background:none;}
/* a hack for  IE6 */
#nav1 li a li {float:left; }

#nav1 li a {display:block; float:left; color:#212120; height:49px;  padding:0 52px 0 54px; line-height:42px; text-decoration:none; white-space:nowrap; font-weight:normail; }
#nav1 li a.down {}

#nav1 li li a {display:block; height:20px; line-height:20px; float:none; padding:0 25px 0 5px; font-weight:normal; letter-spacing:0px; }
#nav1 li li a.fly { width:120px; color:#000; background:url(../images/fly.gif) no-repeat right center;}

#nav1 li:hover {position:relative; z-index:300;}
#nav1 a:hover {position:relative; z-index:300; color:#000;}

#nav1 li li a {color:#000;}
#nav1 li li a:hover {color:#fff;  background-color:#cf6c05; }

#nav1 :hover ul {left:50px; top:49px; z-index:500;}

#nav1 ul {position:absolute; left:-9999px; top:-9999px;}
* html #nav1 ul {width:2px;}
/* it could have been this simple if all browsers understood */
/* show next level */
#nav1 li:hover li:hover > ul {left:-5px; margin-left:100%; top:-1px; z-index:500;}
/* keep further levels hidden */
#nav1 li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto; }
/* show path followed */
#nav1 li:hover > a {color:#000; }
#nav1 li li:hover > a {color:#fff; background-color:#cf6c05; }


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav1 a:hover a:hover ul,
#nav1 a:hover a:hover a:hover ul,
#nav1 a:hover a:hover a:hover a:hover ul,
#nav1 a:hover a:hover a:hover a:hover a:hover ul
{left:100%; margin-left:-5px; top:-1px;}

/* keep further levels hidden */
#nav1 a:hover ul ul,
#nav1 a:hover a:hover ul ul,
#nav1 a:hover a:hover a:hover ul ul,
#nav1 a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

