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

a, a:link, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#F15A24;
	text-decoration: none;
}

a:hover {
	color:#F15A24;
	text-decoration: underline;
}

#menu {
	float: left;
	height:33px;
	width:770px;
}

a.button {
	display: block;
	float: left;
	height: 33px;
}


a#buttonhome {
	background: url("/images/nav/button_home.jpg") no-repeat;
	width: 69px;
}

a#buttonportfolio { 
	background: url("/images/nav/button_portfolio.jpg") no-repeat;
	width: 102px;
}

a#buttonwebdesign { 
	background: url("/images/nav/button_webdesign.jpg") no-repeat;
	width: 110px;
}

a#buttonwebdevelopment { 
	background: url("/images/nav/button_webdevelopment.jpg") no-repeat;
	width: 159px;
}

a#buttontestimonials { 
	background: url("/images/nav/button_testimonials.jpg") no-repeat;
	width: 124px;
}

a#buttonservices { 
	background: url("/images/nav/button_services.jpg") no-repeat;
	width: 96px;
}

a#buttoncontact { 
	background: url("/images/nav/button_contact.jpg") no-repeat;
	width: 110px;
}



a.button:hover {background-position: 0 -33px !important;}



