#menu {
margin:0;
	padding:0;
	width:430px;
	height:66px;
	position: relative;
	float:right;
	margin-right:35px;
	margin-top:38px;
	
}



#menu a span { display: none; }





#menu .services a{
float: left;
display: inline;
width: 138px;
height: 64px;
margin-top: 0px;
background: url(images/services_p.png) no-repeat;
}

#menu .services a.active{
background: url(images/services_a.png) no-repeat;
}

#menu .services a:hover{
background: url(images/services_a.png) no-repeat ;
}

#menu .portfolio a{
float: left;
display: inline;
width: 138px;
height: 64px;
background: url(images/portfolio_p.png) no-repeat;
}

#menu .portfolio a.active{
background: url(images/portfolio_a.png) no-repeat;
}

#menu .portfolio a:hover{
background: url(images/portfolio_a.png) no-repeat;
}

#menu .contact a{
float: left;
display: inline;
width: 139px;
height: 64px;
background: url(images/contact_p.png) no-repeat;
}

#menu .contact a.active{
background: url(images/contact_a.png) no-repeat;
}

#menu .contact a:hover{
background: url(images/contact_a.png) no-repeat;
}

