﻿
/* --------------------------------------------------------------------------------------------- */

#HeaderLogoContainer
{
  background-image: url('Images/PortalLogo.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 43px;
  left: 40px;
  position: absolute;
  top: 28px;
  width: 240px;
}

#HeaderLogoContainer:hover
{
  background-position: 0px 0px;
}

/* --------------------------------------------------------------------------------------------- */

