#menu {
	height:28px;
	list-style-image:none;
	
	list-style-type:none;
	position:relative;
	top:-8px;
	width:360px;
	left: 685px;
}

#menu a {
	display:block;
	position:absolute;
	text-indent:-9999px;
}

#menu a:hover {
	background-position:left bottom;
}

#menu a:hover span {
	border-bottom:medium none;
	display:block;
}

#menu .home {
	background:transparent url(../images/nav_home.png) no-repeat scroll 0 0;
	height:20px;
	width:59px;
	left:0;
	top:1px;
	border: none;
	
}

#menu .home a:hover {
	background-position:left -52px;
}

#menu .homeD {
	background:transparent url(../images/nav_homeD.png) no-repeat scroll 0 0;
	height:20px;
	width:59px;
	left:0;
	top:1px;
	border: none;
	}



#menu .work {
	height:20px;
	width:51px;
	left:80px;
	top:0;
	background-image: url(../images/nav_work.png);
	background-repeat: no-repeat;
	border: none;
}

#menu .work a:hover {
	background-position:left -52px;
}

#menu .workD {
	height:20px;
	width:51px;
	left:80px;
	top:0;
	background-image: url(../images/nav_workD.png);
	background-repeat: no-repeat;
	border: none;

}

#menu .about {
	background:transparent url(../images/nav_about.png) no-repeat scroll 0 0;
	height:20px;
	width:59px;
	left:155px;
	top:0;
	border: none;
}

#menu .about a:hover {
	background-position:left -52px;
}

#menu .aboutD {
	background:transparent url(../images/nav_aboutD.png) no-repeat scroll 0 0;
	height:20px;
	width:59px;
	left:155px;
	top:0;
	border: none;
	}


#menu .contact {
	background:transparent url(../images/nav_contact.png) no-repeat scroll 0 0;
	height:20px;
	width:75px;
	left:240px;
	top:0;
	border: none;
}

#menu .contact a:hover {
	background-position:left -52px;
}

#menu .contactD {
	background:transparent url(../images/nav_contactD.png) no-repeat scroll 0 0;
	height:20px;
	width:75px;
	left:240px;
	top:0;
	border: none;
	}