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

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background:url(../images/menu-bg.jpg);
	overflow: hidden;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

.mattblackmenu li{
display: inline;
margin: 2px;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 13px 1px; /*padding inside each tab*/
border-right: 1px solid #341D15; /*right divider between tabs*/
color: white;
background:url(../images/menu-bg.jpg);
}

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

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

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