/* ######### 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;
padding-top:195px;

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#b89207;
	font-weight:bold;
list-style-type: none;

background-image:url(../menu_bar.jpg);
background-repeat:no-repeat;
overflow: hidden;
width:500px;
height:30px;
/*width: 100%;*/
}

.mattblackmenu li{
display: inline;
margin: auto;
color:#b89207;
}

.mattblackmenu li a{
float: left;
display: block;
color:#b89207;
text-decoration: none;
/*margin: auto;*/
/*padding: 0px 3px 6px 31px;*/ /*padding inside each tab*/
/*padding:0px 3px 6px 31px;*/



/*border-right: 1px solid white;*/ /*right divider between tabs*/


}

.mattblackmenu li a:visited{
color:#b89207;
}

.mattblackmenu li a:hover{
color:white;
/*background: black;*/ /*background of tabs for hover state */
}

.mattblackmenu a.selected{
/*background: black;*/ /*background of tab with "selected" class assigned to its LI */
}