/* Start of CMSMS style sheet 'Banner' */
#Banner {
position: fixed; 
width: 100%; 
top: 100px;

}

#Banner_links {
margin-top: 0px;
width: 909px;
height: 29px; 
padding-top: 7px;
background-image: url('./images/Banner.png');
background-repeat:no-repeat;
background-position: 20px 0px;
}

#Banner_links  a {

  text-decoration: none;
  margin-right: 10px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

#Banner_links a:hover {
  text-decoration: underline;
}

#eshw
{
  background-image: url('./images/eshw.png');
  height: 85px;
  width: 397px;
  background-repeat: no-repeat;
}
/* End of 'Banner' */

