@CHARSET "UTF-8";
div.about{
	position: absolute;
	top:6px;
	left:8px;
	width:105px;
	height:49px;
	background-image: url("../Images/AboutButton.png");
	background-repeat:no-repeat;
	}	
div.about:hover {
	cursor:pointer;
	background-image: url("../Images/AboutButtonHover.png");
	}
div.services{
	position: absolute;
	top:6px;
	left:113px;
	width:137px;
	height:49px;
	background-image: url("../Images/ServiceButton.png");
	background-repeat:no-repeat;
	}	
div.services:hover {
	cursor:pointer;
	background-image: url("../Images/ServiceButtonHover.png");
	}
div.portfolio{
	position: absolute;
	top:6px;
	left:250px;
	width:145px;
	height:49px;
	background-image: url("../Images/PortfolioButton.png");
	background-repeat:no-repeat;
	}	
div.portfolio:hover {
	cursor:pointer;
	background-image: url("../Images/PortfolioButtonHover.png");
	}
div.contact{
	position: absolute;
	top:6px;
	left:395px;
	width:121px;
	height:49px;
	background-image: url("../Images/ContactButton.png");
	background-repeat:no-repeat;
	}	
div.contact:hover {
	cursor:pointer;
	background-image: url("../Images/ContactButtonHover.png");
	}