
/* Style for the navigator bar: */
div#navigator { margin: 0px; padding: 0px; text-align: left; vertical-align: top; z-index: 10000;
border: 0px solid red; position: absolute; top: 0px; right: 0px; width: 504px;
background: transparent url(graphics/menu_bcg.jpg) top left repeat-x; }

div#navigator ul { margin: 0; padding: 0; width: auto; }
div#navigator ul li { position: relative; list-style: none; margin: 0; width: auto; float: left; line-height: 1em;
                   white-space: nowrap; }

div#navigator li a { display: block; margin: 0;
   width: auto; padding: 7px 0px 7px 0px; background: none; color: white;
   text-decoration: none; letter-spacing: 0.2em;
   font-family: Tahoma, Verdana, Arial, MS Sans Serif;
}
div#navigator ul.level1 li a:hover, div#navigator ul.level1 li a.linkON { color: #FFCE6A; }

div#navigator ul.level1 li.last { background: url(graphics/menu_bcg_right2.jpg) no-repeat top right; width: 96px; }
div#navigator ul.level1 li { background: url(graphics/menu_bcg_right.jpg) no-repeat top right;
width: 102px; z-index: 10000; margin: 0; padding: 0; border-bottom: 0px solid #24A0B1; text-align: center; }

div#navigator ul.level1 li a {  font-size: 10pt; background: url(graphics/menu_bcg_left.jpg) no-repeat top left; font-weight: bold; }
div#navigator>ul a { /* width: auto; border: 1px solid white; */ }

div#navigator ul.level1 ul { position: absolute; width: 92px; display: none; border: 0px solid white; z-index: 1000;
  background-color: #24A0B1; border: 2px solid #FFCC66; border-width: 0px 2px 2px 2px;
  /*background: transparent url(graphics/menu_bcg.jpg) top left repeat-x;*/ }

div#navigator ul.level1 li ul.level2  li a { background: none; font-size: 7pt; font-weight: normal; }  
div#navigator ul.level1 li ul.level2 li a:hover, div#navigator ul.level1 li ul.level2 li a.linkON
{ color: white; background: transparent url(graphics/menu_bcg.jpg) top left repeat-x; }

div#navigator ul.level1 li ul li { border-top: 1px solid white; width: 92px;
 /*background: url(graphics/smallWorld_bullet.gif) no-repeat center left;*/
 margin: 0px; padding: 0; background: none; }

div#navigator ul.level1 ul.level2 ul.level3, div#navigator ul.level1 ul.level2 ul.level3 li,
div#navigator ul.level1 ul.level2 ul.level3 ul.level4, div#navigator ul.level1 ul.level2 ul.level3 ul.level4 li
{ width: 130px; }
 
div#navigator ul.level1 li:hover ul.level2, div#navigator ul.level1 li.sfhover ul.level2 { display: block; z-index: 1000; position: absolute; top: 26px; left: 0px; }
div#navigator ul.level2 li:hover ul.level3, div#navigator ul.level2 li.sfhover ul.level3 { display: block; z-index: 1000; position: absolute; top: -1px; left: 92px;}
div#navigator ul.level3 li:hover ul.level4, div#navigator ul.level3 li.sfhover ul.level4 { display: block; z-index: 1000; position: absolute; top: -1px; left: 130px; }
div#navigator ul.level4 li:hover ul.level5, div#navigator ul.level4 li.sfhover ul.level5 { display: block; z-index: 1000; position: absolute; top: -1px; left: 130px; }
