/*********** this is the style sheet for the extra glass icon rollovers, to keep main entee stylesheet trim ***********/


/*********** these are the webres logo and email glass icons ***********/


#GlassWebrLogo {
  padding:0px;
  margin:0px 0px 0px 0px;
  display: block;
  width: 53px;
  height: 60px;
  background: url(../images/GlassWebrLogoboth.jpg) no-repeat 0 0;
}
#GlassWebrLogo:hover { background-position: 0 -69px; }
#GlassWebrLogo span { display: none; }


#GlassEmail {
  padding:1px 0px 0px 0px;
  margin:20px 0px 0px 0px;
  display: block;
  width: 53px;
  height: 60px;
  background: url(../images/GlassEmailboth.jpg) no-repeat 0 0;
}
#GlassEmail:hover {   background-position: 0 -69px; }
#GlassEmail span {  display: none; }
