/* Main Navigation */

.navigation{
	float: left;
	width: 378px;
	margin: 19px 0 0 92px;
}

.navigation div img{
	display: none;
}

.navigation div a{
	height: 50px;
	overflow: hidden;
	display: block;
}

/* Home */

.navigationHome{
	float: left;
	position: relative;
	padding: 0;
	width: 72px;
	height: 50px;
}

.navigationHome a{
	background-color: transparent;
	background-image: URL('../images/btn-home.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.navigationHome a:hover{
	background-color: transparent;
	background-image: URL('../images/btn-home.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
}

/* Services */

.navigationServices{
	float: left;
	position: relative;
	padding: 0;
	width: 94px;
	height: 50px;
}

.navigationServices a{
	background-color: transparent;
	background-image: URL('../images/btn-services.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.navigationServices a:hover{
	background-color: transparent;
	background-image: URL('../images/btn-services.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
}

/* Experience */

.navigationExperience{
	float: left;
	position: relative;
	padding: 0;
	width: 120px;
	height: 50px;
}

.navigationExperience a{
	background-color: transparent;
	background-image: URL('../images/btn-experience.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.navigationExperience a:hover{
	background-color: transparent;
	background-image: URL('../images/btn-experience.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
}

/* Contact */

.navigationContact{
	float: left;
	position: relative;
	padding: 0;
	width: 92px;
	height: 50px;
}

.navigationContact a{
	background-color: transparent;
	background-image: URL('../images/btn-contact.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.navigationContact a:hover{
	background-color: transparent;
	background-image: URL('../images/btn-contact.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
}
