#nav {
  height:36px; position:relative; font-family:century gothic, arial; font-size:15px; z-index:500;
}
#nav .top {
  margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
  float:left;
}
#nav .top a {
  display:block; float:left; height:27px; width: 58px; padding:0 12px 0 12px; line-height:25px; 
  white-space:nowrap; color:#cccc99;
  text-align:center;
  text-decoration:none; 
  border-bottom:1px solid #666644; 
  text-shadow: -2px 2px 1px #000; 
  filter: Shadow(color=#000000,direction=225,strength=2);
}
#nav .top li.highlighted a, 
#nav .top li#current_top a {
  padding: 0 12px 0 12px; line-height:25px; cursor:pointer; color:white;
  border-right: 1px solid #666644; 
  border-top:   1px solid #666644; 
  border-left:  1px solid #666664; 
  border-bottom:0px; 
  -moz-border-radius-topleft:  5px; -webkit-border-top-left-radius:  5px; border-top-left-radius:  5px; 
  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; 
  background:transparent url(../images/000000_15opacity.png); 
  text-shadow: none; 
  filter: none;
}
#nav .top .sub {
  display:none; margin:0; padding:0 0 0 0px;list-style:none;
}
#nav .top li.highlighted .sub, 
#nav .top li#current_top .sub {
  display:block; float:left; 
  position:absolute; top:28px; left:0; 
  width:574px; height:25px; 
  text-align:center;
  background:transparent url(../images/000000_15opacity.png); 
  border-right:       1px solid #666644; 
  border-bottom:      1px solid #666644; 
  border-left:        1px solid #666644; 
  box-shadow:         rgba(0, 0, 0, 0.5) -5px 5px 10px;
  -moz-box-shadow:    rgba(0, 0, 0, 0.5) -5px 5px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) -5px 5px 10px;
}
#nav .top li.highlighted .sub li a ,
#nav .top li#current_top .sub li a {
  display:block; float:left; 
  height:25px; line-height:25px; 
  padding:0 24px;
  margin:0; 
  white-space: nowrap; 
  color:#cccc99; 
  border:none;
  background:none;
  width:auto;
}
#nav .top li.highlighted .sub li a:hover ,
#nav .top li#current_top .sub li a:hover ,
#nav .top li#current_top .sub li#current_sub a {
  color:white; 
}

