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

.mattblackmenu {
	width:723px;
	height:108px;
	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:108px;
	text-indent:-9000px;
	
}
.company a {
	width:144px;
	background:url("../images/menu.jpg") -145px 0px no-repeat;
}
.company a:hover, .company a.selected {
	width:144px;
	background:url("../images/menu.jpg") -145px -108px no-repeat;
}
.services a {
	width:145px;
	background:url("../images/menu.jpg") -289px 0 no-repeat;
}
.services a:hover, .services a.selected {
	width:145px;
	background:url("../images/menu.jpg") -289px -108px no-repeat;
}
.portfolio a {
	width:144px;
	background:url("../images/menu.jpg") -434px 0 no-repeat;
}
.portfolio a:hover, .portfolio a.selected {
	width:144px;
	background:url("../images/menu.jpg") -434px -108px no-repeat;
}
.clients a {
	width:145px;
	background:url("../images/menu.jpg") -578px 0 no-repeat;
}
.clients a:hover, .clients a.selected {
	width:145px;
	background:url("../images/menu.jpg") -578px -108px no-repeat;
}

