#teamANE {
  padding: 3px 3px 3px 3px;
  background-color : #CCCCCC; 
  border-width : 2px; 
  border-style : solid; 
  border-color : #000; 
  width : 100px; 
  top : 30px; 
  left : 315px; 
  right: auto;
  position : absolute; 
  z-index : 90; 
  visibility : hidden; 
}


#news {
  padding: 3px 3px 3px 3px;
  background-color : #CCCCCC; 
  border-width : 2px; 
  border-style : solid; 
  border-color : #000; 
  width : 125px; 
  top : 30px; 
  left : 405px;
  right: auto;
  position : absolute; 
  z-index : 90; 
  visibility : hidden; 
}


#forCustomers {
  padding: 3px 3px 3px 3px;
  background-color : #CCCCCC; 
  border-width : 2px; 
  border-style : solid; 
  border-color : #000; 
  width : 150px; 
  top : 30px; 
  left : 420px; 
  position : absolute; 
  z-index : 90; 
  visibility : hidden; 
}

#rr {
  padding: 3px 3px 3px 3px;
  background-color : #CCCCCC; 
  border-width : 2px; 
  border-style : solid; 
  border-color : #000; 
  width : 120px; 
  top : 30px; 
  left : 550px; 
  position : absolute; 
  z-index : 90; 
  visibility : hidden; 
}

#dl {
  padding: 3px;
  background-color: #CCC;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  width: 105px;
  top: 30px;
  left: 665px;
  position: absolute;
  z-index:90;
  visibility: hidden;
}


.menuAnchors a {
  font-size: 13px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: blue;
  padding-right: 3px;
  padding-left: 3px;
}

.menuAnchors a:visited {
  text-decoration: none;
  color: blue;
}

.menuAnchors a:hover {
  color:#ccc;
  background:blue;
  border: 2px solid blue;
}

.menuAnchors a:active {
  color:#ccc;
  background:blue;
  border: 2px solid blue;
}


