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

.mattblackmenu {
	width:850px;
	height:43px;
	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:43px;
	text-indent:-9000px;
	
}
.company a {
	width:122px;
	background:url("../images/menu.jpg") -114px 0px no-repeat;
}
.company a:hover, .company a.selected {
	width:122px;
	background:url("../images/menu.jpg") -114px -43px no-repeat;
}
.services a {
	width:124px;
	background:url("../images/menu.jpg") -236px 0 no-repeat;
}
.services a:hover, .services a.selected {
	width:124px;
	background:url("../images/menu.jpg") -236px -43px no-repeat;
}
.portfolio a {
	width:140px;
	background:url("../images/menu.jpg") -360px 0 no-repeat;
}
.portfolio a:hover, .portfolio a.selected {
	width:140px;
	background:url("../images/menu.jpg") -360px -43px no-repeat;
}
.clients a {
	width:117px;
	background:url("../images/menu.jpg") -500px 0 no-repeat;
}
.clients a:hover, .clients a.selected {
	width:117px;
	background:url("../images/menu.jpg") -500px -43px no-repeat;
}

