table {
  border-collapse: collapse;
}

#undernav {
  position: absolute !important;
  top: 422;
  display: block;
  padding: 0px;
  margin: 0px;
  width: 140px;
  background-color: #FFFFFF;
}

#nav, #nav li ul { 
  position: absolute !important;
  display: block;
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 140px;
  background-color: #FFFFFF;
}

#nav li { 
  position: relative;
  float: left;
  line-height: 1.25em;
  margin-bottom: -1px;
  width: 140px;
}

#nav li a {
  width: 140px;
  height: 35px;
  display: block;
  padding: 0 0.5em;
  text-indent: -1200px;
  overflow: hidden;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}

#nav li:hover ul, #nav ul li:hover ul, #nav li.sfhover ul, #nav ul li.sfhover ul { 
  left: auto;
}

#nav li a:hover {
  background-image: none;
}


#nav li ul li a:hover {
  background-color: #EFEFEF;
}

#tradeleads { background: url('/images/nav/m-tradeleads.gif') top left no-repeat; width: 140px; }
#tradeleads a { background: url('/images/nav/m-tradeleads.gif') -140px 0px no-repeat; width: 140px !important; }
#careers { background: url('/images/nav/m-careers.gif') top left no-repeat; width: 140px; }
#careers a { background: url('/images/nav/m-careers.gif') -140px 0px no-repeat; width: 140px !important; }
#members { background: url('/images/nav/m-members.gif') top left no-repeat; width: 140px; }
#members a { background: url('/images/nav/m-members.gif') -140px 0px no-repeat; width: 140px !important; }
#globalmarkets { background: url('/images/nav/m-globalmarkets.gif') top left no-repeat; width: 140px; }
#globalmarkets a { background: url('/images/nav/m-globalmarkets.gif') -140px 0px no-repeat; width: 140px !important; }
#usamarkets { background: url('/images/nav/m-usamarkets.gif') top left no-repeat; width: 140px; }
#usamarkets a { background: url('/images/nav/m-usamarkets.gif') -140px 0px no-repeat; width: 140px !important; }
#entrepreneur { background: url('/images/nav/m-entrepreneur.gif') top left no-repeat; width: 140px; }
#entrepreneur a { background: url('/images/nav/m-entrepreneur.gif') -140px 0px no-repeat; width: 140px !important; }
#importexport { background: url('/images/nav/m-importexport.gif') top left no-repeat; width: 140px; }
#importexport a { background: url('/images/nav/m-importexport.gif') -140px 0px no-repeat; width: 140px !important; }
#webresources { background: url('/images/nav/m-webresources.gif') top left no-repeat; width: 140px; }
#webresources a { background: url('/images/nav/m-webresources.gif') -140px 0px no-repeat; width: 140px !important; }

#nav li ul { 
  float: left;
  left: -999em;
  margin-left: 140px;
  margin-top: -2.2em;
}

#nav li ul li a {
  width: 140px;
  height: auto;
  display: block;
  text-decoration: none;
  padding: 0.25em 0.5em;
  background-color: #DDDDDD;
  background-image: none;
  border: 2px solid white; 
  text-indent: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .75em;
  font-weight: bold;
  color: #000000;
  line-height: 1.2em;
}

#nav li:hover, #nav li.sfhover {
  background-position: top left;
}

