@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;
	background-image: url(images/header/home.png);
}

#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: 367px;
	top: 2px;
}

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

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

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

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

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