/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu {
	width:694px;
	height:59px;
	position:absolute static fixed ;
	bottom:10px;
	right:209px;
}
.mattblackmenu ul{
margin: 0;
padding: 0;
}

.mattblackmenu li{
display: inline;
margin: 0;
padding:0;
}

.mattblackmenu li a{
	display:block;
	float:left;
	height:59px;
	text-indent:-9000px;
}
.services a {
	width:91px;
	background:url("../images/menu.jpg") -229px 0 no-repeat;
}
.services a:hover, .services a.selected {
	width:91px;
	background:url("../images/menu.jpg") -229px -59px no-repeat;
}
.portfolio a {
	width:104px;
	background:url("../images/menu.jpg") -320px 0 no-repeat;
}
.portfolio a:hover, .portfolio a.selected {
	width:104px;
	background:url("../images/menu.jpg") -320px -59px no-repeat;
}
.clients a {
	width:157px;
	background:url("../images/menu.jpg") -424px 0 no-repeat;
}
.clients a:hover, .clients a.selected {
	width:157px;
	background:url("../images/menu.jpg") -424px -59px no-repeat;
}
