/* ######### Matt Black Strip Main Menu Bar CSS ######### */
#nav-box {
	float:left;
	width:972px;
	height:33px;
	border:1px solid #ababab;
	background:#f6f6f6 url(../images/nav-bg.gif);
	padding:0;
	margin:0;
	}
.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 12px Arial;
list-style-type: none;
background: none;
overflow: hidden;
width: 100%;
background: -moz-linear-gradient(center top, #f6f6f6,#dcdada);
background: -webkit-gradient(linear, center top, center bottom,from(#f6f6f6),to(#dcdada));
background: -ms-linear-gradient(center top, #f6f6f6,#dcdada);
background: -o-linear-gradient(center top, #f6f6f6,#dcdada);
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 20px; /*padding inside each tab*/
border-right: 1px solid #ababab; /*right divider between tabs*/
color: #333;
background:none;
}
.mattblackmenu li a.last{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 25px 9px 28px; /*padding inside each tab*/
border-right: none; /*right divider between tabs*/
color: #333;
background:none;
}

.mattblackmenu li a:visited{
color: #333;
}

.mattblackmenu li a:hover{
color: #ed1e25;
}

.mattblackmenu a.selected{
background: none; /*background of tab with "selected" class assigned to its LI */
}