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

.mattblackmenu {
	width:900px;
	height:42px;
	position:absolute static fixed;
	bottom:10px;
}
.mattblackmenu ul{
margin: 0;
padding: 0;
}

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

.mattblackmenu li a{
	display:block;
	float:left;
	height:42px;
	text-indent:-9000px;
}
.home a {
	background:url("../images/menu.png") 0 0 no-repeat;
	width: 129px;
}
.home a:hover, .home-active a.selected {
	width:129px;
	background:url("../images/menu.png") 0 -42px no-repeat;
	height: 42px;
}
.company a {
	width:129px;
	background:url("../images/menu.png") -109px 0px no-repeat;
}
.company a:hover, .company-active a {
	width:129px;
	background:url("../images/menu.png") -109px -42px no-repeat;
}
.services a {
	width:129px;
	background:url("../images/menu.png") -218px 0 no-repeat;
}
.services a:hover, .services-active a {
	width:129px;
	background:url("../images/menu.png") -217px -42px no-repeat;
}
.portfolio a {
	width:129px;
	background:url("../images/menu.png") -327px 0 no-repeat;
}
.portfolio a:hover, .portfolio-active a {
	width:129px;
	background:url("../images/menu.png") -325px -42px no-repeat;
}
.clients a {
	width:129px;
	background:url("../images/menu.png") -440px 0 no-repeat;
}
.clients a:hover, .clients-active a {
	width:129px;
	background:url("../images/menu.png") -440px -42px no-repeat;
}
.contact a {
	width:129px;
	background:url("../images/menu.png") -540px 0 no-repeat;
}
.contact a:hover, .contact-active a {
	width:129px;
	background:url("../images/menu.png") -540px -42px no-repeat;
}
.request a {
	width:129px;
	background:url("../images/menu.png") -652px 0 no-repeat;
}
.request a:hover, .request-active a {
	width:129px;
	background:url("../images/menu.png") -652px -42px no-repeat;
}

