/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu {
	width:670px;
	height:40px;
	position:absolute;
	bottom:0px;
	right:0px;
}
.mattblackmenu ul{
margin: 0;
padding: 0;
}

.mattblackmenu li{
display: inline;
margin: 0;
padding:0;
}

.mattblackmenu li a{
	display:block;
	float:left;
	height:40px;
	text-indent:-9000px;
}
.services a {
	width:114px;
	background:url(../images/menu.jpg) -136px 0 no-repeat;
}
.services a:hover, .services a.selected {
	width:114px;
	background:url(../images/menu.jpg) -136px -40px no-repeat;
}
.portfolio a {
	width:51px;
	background:url(../images/menu.jpg) -250px 0 no-repeat;
}
.portfolio a:hover, .portfolio a.selected {
	width:51px;
	background:url(../images/menu.jpg) -250px -40px no-repeat;
}
.clients a {
	width:89px;
	background:url(../images/menu.jpg) -301px 0 no-repeat;
}
.clients a:hover, .clients a.selected {
	width:89px;
	background:url(../images/menu.jpg) -301px -40px no-repeat;
}