#links
{
  margin: 0 auto;
  font-size: 10px;
  line-height:25px;
  height: 25px;
  z-index: 100;
  border: 1px solid #666666;
}
.links2
{
  margin: 0;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  float: left;
  z-index: 100;
}
.links2 a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  height: 25px;
  line-height: 25px;
  float: left;
  padding: 0 15px 0 25px;
  display: block;
  color: #ffffff;
  background-color: inherit;
  z-index: 100;
}
.links2 a:hover
{
  color: yellow;
  background-color: inherit;
  background-image: url(../images/links.png);
  background-repeat: no-repeat;
}
.linkDIV
{
  position: absolute;
  left:0px; top:0px;
  z-index: 1;
  visibility: hidden;
  line-height: 25px;
  border-top: none;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  background-color: #019eff;
}
.linkDIV ul
{
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.linkDIV li
{
  display: inline;
  z-index: 100;
}

.linkDIV ul a
{
  margin: 0;
  padding: 0 15px 0 15px;
  display: block;
  text-decoration: none;
  border-width: 0 0 0 0;
  border-style: solid;
  font-weight: bold;
  color: white;
  font-family:Arial, Helvetica, sans-serif;
  background-color: inherit;
  width: 140px;
  font-size: 12px;
}

.linkDIV ul a:hover
{
  color: yellow;
  background-color: inherit;
}

