@charset "utf-8";

/* CSS Document */



#menu {

	list-style: none;

	top: -2px;

	left: 49px;

	width: 500px;

	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: inline;
	border-bottom: none;
}

#menu .home {

	width: 43px;

	height: 14px;

	background: url(../images/leadership/leadership_quote.png) no-repeat;

	left: 0px;

	top: 1px;

}



#menu .about {
	width: 42px;
	height: 14px;
	background: url(../images/header/menu/about.png) no-repeat;
	left: 103px;
	top: -18px;
}



#menu .work {
	width: 36px;
	height: 14px;
	background: url(../images/header/menu/work.png) no-repeat;
	left: 178px;
	top: -17px;
}



#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: 380px;
	top: 2px;
}
.text {
	font-size: 150%;
}

