@charset "utf-8";
/* CSS Document */

#menu {
	list-style: none;
	top: 41px;
	left: 49px;
	width: 360px;
	height: 28px;
	position: relative;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	border-bottom: none;
}
#menu a:hover {
	background-position: left bottom;
	border-bottom: none;
}
#menu a:hover span{
	display: block;
	border-bottom: none;
}
#menu .home {
	width: 43px;
	height: 14px;
	background: url(../images/header/menu/home.png) no-repeat;
	left: 0px;
	top: 1px;
}

#menu .about {
	width: 42px;
	height: 14px;
	background: url(../images/header/menu/about.png) no-repeat;
	left: 68px;
	top: 0px;
}

#menu .work {
	width: 36px;
	height: 14px;
	background: url(../images/header/menu/work.png) no-repeat;
	left: 135px;
	top: 0px;
}

#menu .testimonials {
	width: 83px;
	height: 14px;
	background: url(../images/header/menu/testimonials.png) no-repeat;
	left: 196px;
	top: 0px;
}

#menu .contact {
	width: 53px;
	height: 14px;
	background: url(../images/header/menu/contact.png) no-repeat;
	left: 304px;
	top: 0px;
}

#menu .blog{
	width: 29px;
	height: 16px;
	background: url(../images/header/menu/blog.png) no-repeat;
	left: 382px;
	top: 0px;
}