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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
overflow: hidden;
width: 100%;
float: left;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
font:12px/29px Arial, Helvetica, sans-serif; font-weight:bold; height:29px; text-decoration:none; text-align:center; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background:url(navi_bg.gif) repeat-x 0 0 #005050;
}

.mattblackmenu ul li a.main{
	background:url(home.gif) no-repeat 0 0; width:59px;
	}
.mattblackmenu ul li a.main:hover{
	background:url(home_h.gif) no-repeat 0 0; width:59px;
	}
.mattblackmenu ul li a.home{
	background:url(about_us.gif) no-repeat 0 0; width:74px;
	}
.mattblackmenu ul li a.home:hover{
	background:url(about_us_h.gif) no-repeat 0 0; width:74px;
	}
.mattblackmenu ul li a.sub{
	background:url(submission.gif) no-repeat 0 0; width:92px;
	}
.mattblackmenu ul li a.sub:hover{
	background:url(submission_h.gif) no-repeat 0 0; width:92px;
	}
.mattblackmenu ul li a.con{
	background:url(contact_us.gif) no-repeat 0 0; width:90px;
	}
.mattblackmenu ul li a.con:hover{
	background:url(contact_us_h.gif) no-repeat 0 0; width:90px;
	}
	

