/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu {
	width:736px;
	height:34px;
	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:34px;
	text-indent:-9000px;
	
}
.home a {
	width:126px;
	background:url("../images/menu.jpg") 0 0 no-repeat;
}
.home a:hover, .home-active a.selected {
	width:126px;
	background:url("../images/menu.jpg") 0 -34px no-repeat;
}
.company a {
	width:98px;
	background:url("../images/menu.jpg") -126px 0px no-repeat;
}
.company a:hover, .company a.selected {
	width:98px;
	background:url("../images/menu.jpg") -126px -34px no-repeat;
}
.services a {
	width:127px;
	background:url("../images/menu.jpg") -224px 0 no-repeat;
}
.services a:hover, .services a.selected {
	width:127px;
	background:url("../images/menu.jpg") -224px -34px no-repeat;
}
.portfolio a {
	width:106px;
	background:url("../images/menu.jpg") -351px 0 no-repeat;
}
.portfolio a:hover, .portfolio a.selected {
	width:106px;
	background:url("../images/menu.jpg") -351px -34px no-repeat;
}
.clients a {
	width:99px;
	background:url("../images/menu.jpg") -457px 0 no-repeat;
}
.clients a:hover, .clients a.selected {
	width:99px;
	background:url("../images/menu.jpg") -457px -34px no-repeat;
}
.blog a {
	width:72px;
	background:url("../images/menu.jpg") -556px 0 no-repeat;
}
.blog a:hover, .blog a.selected {
	width:72px;
	background:url("../images/menu.jpg") -556px -34px no-repeat;
}
.reachus a {
	width:105px;
	background:url("../images/menu.jpg") -628px 0 no-repeat;
}
.reachus a:hover, .reachus a.selected {
	width:105px;
	background:url("../images/menu.jpg") -628px -34px no-repeat;
}
