div.buttoncontainer
{
 width: 230px;
 height: 420px;
 background: rgb(0,0,62) url('../professional/images/professionalNav.jpg') no-repeat scroll top left;
}

img.buttons
{
 width: 230px;
 height: 420px;
}

img.resume
{
 position: relative;
 top: 0px;
 left: 0px;
 width: 230px;
 height: 104px;
}

img.experience
{
 position: relative;
 top: -1px;
 left: 0px;
 width: 230px;
 height: 99px;
}

img.codes
{
 position: relative;
 top: 1px;
 left: 0px;
 width: 230px;
 height: 96px;
}

img.contact
{
 position: relative;
 top: 5px;
 left: 0px;
 width: 230px;
 height: 102px;
}

/* CHROME HACKS */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
 img.experience
 {
  margin-top: 5px;
 }
 
 img.codes
 {
  margin-top: 4px;
 }
 
 img.contact
 {
  margin-top: 5px;
 }
}