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

/*body {
background-image:url(../../images/head_grad.gif);
	background-repeat:repeat-x;
	}
*/
.mattblackmenu ul{
margin: auto;
padding: 0;


font-family:Arial, Helvetica, sans-serif;
font-size:12px;
list-style-type: none;

background-image:url(../menu_bar.jpg);
background-repeat:no-repeat;
overflow: hidden;
width:850px;
height:30px;
/*width: 100%;*/
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: auto;
padding: 7px 3px 6px 31px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: white;

}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
/*background: black;*/ /*background of tabs for hover state */
}

.mattblackmenu a.selected{
/*background: black;*/ /*background of tab with "selected" class assigned to its LI */
}