@charset "utf-8";
/* CSS Document */

img{
	padding-right: 1px;
	padding-bottom: 1px;
}

#products {
  	display: block;
  	width: 92px;
  	height: 92px;
  	background: url(../images/FIX_nav_products.gif) no-repeat 0 0;
}

#profile {
  	display: block;
  	width: 92px;
  	height: 92px;
  	background: url(../images/FIX_nav_profile.gif) no-repeat 0 0;
}

.projectsmenu {
	float: left;
}

#projects {
  	display: block;
  	width: 92px;
	height: 92px;
	background: url(../images/FIX_nav_projectsroll.gif) no-repeat 0 0;
}

#contact {
  display: block;
  width: 92px;
  height: 92px;
  background: url(../images/FIX_nav_contact.gif) no-repeat 0 0;
}

#products:hover, #profile:hover, #contact:hover{ 
  background-position: 0 -92px;
}


