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

/*------------------------ HEADER MENU CSS DECLARTIONS --------------------------*/

#menu {
	list-style: none;
	width: 360px;
	top: 9px;
	height: 28px;
	float:left;
	position:relative;
	z-index:1;
}

#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: 40px;
	height: 12px;
	background: url(../images/header/menu/home.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .about {
	width: 54px;
	height: 12px;
	background: url(../images/header/menu/about.png) no-repeat;
	left: 59px;
	top: 0px;
}

#menu .work {
	width: 69px;
	height: 12px;
	background: url(../images/header/menu/work.png) no-repeat;
	left: 126px;
	top: 0px;
}

#menu .testimonials {
	width: 68px;
	height: 12px;
	background: url(../images/header/menu/testimonials.png) no-repeat;
	left: 213px;
	top: 0px;
}

#menu .contact {
	width: 73px;
	height: 12px;
	background: url(../images/header/menu/contact.png) no-repeat;
	left: 298px;
	top: 0px;
}

#menu .blog {
	width: 35px;
	height: 12px;
	background: url(../images/header/menu/blog.png) no-repeat;
	left: 381px;
	top: 0px;
}
