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

#menu_container {
	height: 50px;
	width: 510px;

}
#menu {
	position: relative;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 530px;
	background-image: url(../images/endbit.png);
	background-repeat: no-repeat;
	background-position: 506px top;
}

#menu .menu_class {
	float: left;
	overflow: hidden;
	display: block;
	width: 127px;
	height: 50px;
	clear: none;
}

#menu .menu_class span{
	display: none;
}

#menu .h {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu .p {
	background-image: url(../images/portfolio.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#menu .s {
	background-image: url(../images/services.png);
	background-repeat: no-repeat;
	background-position: left top;

}
#menu .c {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: left top;

}
#sleave1 {
	top: -40px;
	background-image: url(../images/sleeve.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	position: relative;
}
