#menuBar
{
	float: left;
	height: 60px;
	margin: 73px 0px 28px 0px;
	padding: 0px 52px 0px 40px;
}

ul#menu 
{
	width: 508px;
	height: 60px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#menu li { float: left; }

ul#menu li a 
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background: url(./sprite.png) no-repeat scroll top left;
	display: block;
	text-decoration: none;
	height: 60px;
	position: relative;
}

ul#menu li a.home { line-height: 60px; text-align: center; width: 138px; }
ul#menu li a.portfolio { line-height: 60px; text-align: center; width: 100px; background-position: -138px 0px; }
ul#menu li a.services { line-height: 60px; text-align: center; width: 110px; background-position: -238px 0px; }
ul#menu li a.about { line-height: 60px; text-align: center; width: 73px; background-position: -348px 0px; }
ul#menu li a.contact { line-height: 60px; text-align: center; width: 87px; background-position: -421px 0px; }

ul#menu li a span 
{
	background: url(./sprite.png) no-repeat scroll bottom left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

ul#menu li a.home span { color: #ffd8fd; background-position: -0px -60px; }
ul#menu li a.portfolio span { color: #ffd8fd; background-position: -138px -60px; }
ul#menu li a.services span { color: #ffd8fd; background-position: -238px -60px; }
ul#menu li a.about span { color: #ffd8fd; background-position: -348px -60px; }
ul#menu li a.contact span { color: #ffd8fd; background-position: -421px -60px; }

ul#menu li a span:hover { cursor:pointer; }