/*  Menu 
*********************************************************/		

.topmenu {
	list-style: none;
	padding: 0;
	margin-left:0px;
	margin: 0;
	width: 475px;
	height: 35px;
	position: relative;
	display: block;
	margin-top: 75px;
	float:right;
}

.topmenu ul {
	list-style: none;
}

.topmenu li  {
	display:inline;
}

.topmenu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	left: -102px;
	top: 35px;
}

.topmenu a:hover {
	background-position: left bottom;
}

.topmenu a:hover span{
	display: block;
}


.topmenu .home {
	width: 70px;
	height: 35px;
	background: url(../img/menu/home.png) no-repeat;
	left: 0px;
	top: 0px;
}

.topmenu .home1 {
	width: 70px;
	height: 35px;
	background: url(../img/menu/home.png) no-repeat;
	left: 0px;
	top: 0px;
	background-position: left bottom;
} 

.topmenu .design {
	width: 75px;
	height: 35px;
	background: url(../img/menu/design.png) no-repeat;
	left: 70px;
	top: 0px;
}

.topmenu .design1 {
	width: 75px;
	height: 35px;
	background: url(../img/menu/design.png) no-repeat;
	left: 70px;
	top: 0px;
	background-position: left bottom;
} 

.topmenu .development {
	width: 130px;
	height: 35px;
	background: url(../img/menu/development.png) no-repeat;
	left: 145px;
	top: 0px;
}

.topmenu .development1 {
	width: 130px;
	height: 35px;
	background: url(../img/menu/development.png) no-repeat;
	left: 145px;
	top: 0px;
	background-position: left bottom;
} 

.topmenu .portfolio {
	width: 100px;
	height: 35px;
	background: url(../img/menu/portfolio.png) no-repeat;
	left: 275px;
	top: 0px;
}

.topmenu .portfolio1 {
	width: 100px;
	height: 35px;
	background: url(../img/menu/portfolio.png) no-repeat;
	left: 275px;
	top: 0px;
	background-position: left bottom;
} 

.topmenu .contact {
	width: 100px;
	height: 35px;
	background: url(../img/menu/contact.png) no-repeat;
	left: 375px;
	top: 0px;
}

.topmenu .contact1 {
	width: 100px;
	height: 35px;
	background: url(../img/menu/contact.png) no-repeat;
	left: 375px;
	top: 0px;
	background-position: left bottom;
} 