/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu {
	width:502px;
	height:25px;
	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:25px;
	text-indent:-9000px;
	
}
.home a {
	width:90px;
	background:url("../images/menu.png") 0 0 no-repeat;
}
.home a:hover, .home-active a.selected {
	width:90px;
	background:url("../images/menu.png") 0 -25px no-repeat;
}
.company a {
	width:90px;
	background:url("../images/menu.png") -90px 0px no-repeat;
}
.company a:hover, .company a.selected {
	width:90px;
	background:url("../images/menu.png") -90px -25px no-repeat;
}
.services a {
	width:94px;
	background:url("../images/menu.png") -180px 0 no-repeat;
}
.services a:hover, .services a.selected {
	width:94px;
	background:url("../images/menu.png") -180px -25px no-repeat;
}
.portfolio a {
	width:80px;
	background:url("../images/menu.png") -274px 0 no-repeat;
}
.portfolio a:hover, .portfolio a.selected {
	width:80px;
	background:url("../images/menu.png") -274px -25px no-repeat;
}
.clients a {
	width:60px;
	background:url("../images/menu.png") -354px 0 no-repeat;
}
.clients a:hover, .clients a.selected {
	width:60px;
	background:url("../images/menu.png") -354px -25px no-repeat;
}
.contact a {
	width:86px;
	background:url("../images/menu.png") -414px 0 no-repeat;
}
.contact a:hover, .contact a.selected {
	width:86px;
	background:url("../images/menu.png") -414px -25px no-repeat;
}
/*.reachus a {
	width:72px;
	background:url("../images/menu.jpg") -556px 0 no-repeat;
}
.reachus a:hover, .reachus a.selected {
	width:72px;
	background:url("../images/menu.jpg") -556px -38px no-repeat;
}
