#nav {
  padding:0; 
  margin:0; 
  list-style:none; 
  height:24px; 
  position:relative; 
  z-index:200; 
  font-family:arial, 
  verdana, sans-serif; 
  position:relative;
}

#nav li.top {
  display:block; 
  float:left;
}

#nav li a.top_link {
  display:block; 
  float:left; 
  height:24px; 
  line-height:24px; 
  color:#fdfeff; 
  text-decoration:none; 
  font-size:12px; 
  font-weight:bold; 
  padding:0 1px 0 13px; 
  cursor:pointer;
}

#nav li a.top_link span {
  float:left; 
  display:block; 
  padding:0 24px 0 12px; 
  height:24px;
}

#nav li a.top_link span.down {
  float:left; 
  display:block; 
  padding:0 24px 0 12px; 
  height:24px;
}

#nav li:hover a.top_link, #nav a.top_link:hover {
  color:#fff;
  border-left:solid 1px #fff;
  border-right:solid 1px #fff;
  padding:0 0 0 12px;
}

#nav table {
  border-collapse:collapse; 
  padding:0; 
  margin:0; 
  position:absolute; 
  left:0; 
  top:0;
}

#nav li:hover {
  position:relative; 
  z-index:200;
}

#nav a:hover {
  position:relative; 
  white-space:normal; 
  z-index:200;
}

#nav :hover ul.sub {
  left:0px; top:24px; 
  background-image:url(../images/menu1_bg.png);
  padding:5px 20px 15px 24px; 
  border-top:2px solid #fff; 
  white-space:nowrap; 
  width:150px;
  height:auto; 
  z-index:300;
}
#nav :hover ul.sub li {
  display:block; 
  height:20px; 
  position:relative; 
  float:left; 
  width:400px;
  font-weight:normal;
}

#nav :hover ul.sub li a {
  display:block; 
  font-size:12px; 
  font-weight:bold; 
  text-decoration:none; 
  height:18px; 
  width:auto; 
  line-height:18px; 
  color:#fdfeff;
}

#nav :hover ul.sub li a.indent {
  text-indent:12px;
}

#nav :hover ul.sub li a:hover  {
  color:#fff; 
  text-decoration:underline;
}

#nav :hover ul.sub li a.fly:hover {
  color:#fff;
}

#nav li b {
  display:block; 
  font-family:arial, verdana, sans-serif; 
  font-size:12px; 
  font-weight:bold; 
  line-height:18px; 
  margin-bottom:3px; 
  color:#fdfeff; 
  cursor:default;
}

#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:89px; 
  top:-11px; 
  background-image:url(../images/menu1_bg.png);
  padding:12px; 
  white-space:nowrap; 
  width:150px;
  z-index:400; 
  height:auto;
}

#nav ul, #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; 
  width:0; 
  height:0; 
  margin:0; 
  padding:0; 
  list-style:none;
}

.bbtest {
  left:90px; 
  top:-5px; 
  background-image:url(../images/menu2_bg.png);
  padding:6px 12px 6px 12px;
  white-space:nowrap;
  width:270px;
  z-index:400;
  height:auto;
}


#nav li:hover li:hover > ul {
  left:90px;
  top:-5px;
  background-image:url(../images/menu2_bg.png);
  padding:6px 12px 6px 12px;
  white-space:nowrap; 
  width:190px;
  z-index:400; 
  height:auto;
}

#nav li: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 > a.fly {
  color:#fff;
} 

#nav li:hover li:hover > li a.fly {
  color:#fff;
}

