.ngtopItem {
  border:1px solid #999999;
  background: #EFF2F9;
  background-image: url(../imagenes/ngBtnMaxMenu.gif);
  background-position:right center;
  background-repeat:no-repeat;
  padding-left:4px;
  padding-top:3px;
  padding-bottom:2px;
  height:14px;
  cursor:pointer;
  text-decoration: none;
  color: #333333;
  font-weight:bold;
  font-size:10px;
  font-family:"VERDANA";
}

.ngtopItemOver {
  border:1px solid #999999;
  background: #D7D7D7;
  background-image: url(../imagenes/ngBtnMaxMenu.gif);
  background-position:right center;
  background-repeat:no-repeat;
  padding-left:4px;
  padding-top:3px;
  padding-bottom:2px;
  height:14px;
  cursor:pointer;
  text-decoration: none;
  color: #003366;
  font-weight:bold;
  font-size:10px;
  font-family:"VERDANA";
}

.ngtopItemClose {
  border:1px solid #999999;
  background: #EFF2F9;
  background-image: url(../imagenes/ngBtnMinMenu.gif);
  background-position:right center;
  background-repeat:no-repeat;
  padding-left:4px;
  padding-top:3px;
  padding-bottom:2px;
  height:14px;
  cursor:pointer;
  text-decoration: none;
  color: #333333;
  font-weight:bold;
  font-size:10px;
  font-family:"VERDANA";
}

.ngtopItemCloseOver {
  border:1px solid #999999;
  background: #D7D7D7;
  background-image: url(../imagenes/ngBtnMinMenu.gif);
  background-position:right center;
  background-repeat:no-repeat;
  padding-left:4px;
  padding-top:3px;
  padding-bottom:2px;
  height:14px;
  cursor:pointer;
  text-decoration: none;
  color: #003366;
  font-weight:bold;
  font-size:10px;
  font-family:"VERDANA";
}

.ngtopItemA {
  border:1px solid #999999;
  background: #EFF2F9;
  padding-left:4px;
  padding-top:3px;
  padding-bottom:2px;
  height:14px;
  cursor:pointer;
  text-decoration: none;
  color: #333333;
  font-weight:bold;
  font-size:10px;
  font-family:"VERDANA";
}

.ngtopItemAOver {
  border:1px solid #999999;
  background: #D7D7D7;
  padding-left:4px;
  padding-top:3px;
  padding-bottom:2px;
  height:14px;
  cursor:pointer;
  text-decoration: none;
  color: #003366;
  font-weight:bold;
  font-size:10px;
  font-family:"VERDANA";
}

.ngtopItemAClose {
  border:1px solid #999999;
  background: #EFF2F9;
  padding-left:4px;
  padding-top:3px;
  padding-bottom:2px;
  height:14px;
  cursor:pointer;
  text-decoration: none;
  color: #333333;
  font-weight:bold;
  font-size:10px;
  font-family:"VERDANA";
}

.ngtopItemACloseOver {
  border:1px solid #999999;
  background: #D7D7D7;
  padding-left:4px;
  padding-top:2px;
  padding-bottom:2px;
  height:14px;
  cursor:pointer;
  text-decoration: none;
  color: #003366;
  font-weight:bold;
  font-size:10px;
  font-family:"VERDANA";
}

.ngdropMenu {
  background:#DDE2E8;
  filter:alpha(opacity=100);
  border:1px solid #DDE2E8;
}

.ngsubMenu {
  display:block;
}

.ngsubItem {
  background:#DDE2E8;
  background-image: url(../imagenes/topo.gif);
  background-position:left center;
  background-repeat:no-repeat;
  height:14px;
  padding-left:10px;
  padding-top:3px;
  cursor:pointer;
  color: #333333;
  text-decoration:none;
  font-weight:bold;
  font-size:10px;
  font-family:"VERDANA";
}

.ngsubItemOver {
  background:#DDE2E8;
  background-image: url(../imagenes/topo.gif);
  background-position:left center;
  background-repeat:no-repeat;
  height:14px;
  padding-left:10px;
  padding-top:3px;
  cursor:pointer;
  color: #003366;
  text-decoration:none;
  font-weight:bold;
  font-size:10px;
  font-family:"VERDANA";
}

.ngsubItem a {
  height:14px;
  color: #333333;
  text-decoration:none;
  font-size:10px;
  font-family:"VERDANA";
}

.ngsubItemOver a {
  height:14px;
  color:#003366;
  text-decoration:none;
  font-size:10px;
  font-family:"VERDANA";
}

.ngdrop {
  border-left:1px solid black;
  border-right:1px solid black;
}
