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

.mattblackmenu ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: bold 13px;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	font-size: 13px;
	color: #CCCCCC;
	background-image: url('../images/navbkgrd.gif');
	background-repeat: repeat-x;
}

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

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 0 -5 0;
	padding: 6px 5px -5px 5px;
/*padding inside each tab*/ /*right divider between tabs*/
	color: #C0C0C0;
	border-right-color: #666666;
	border-right-width: thin;
	background-image: url('../images/navbkgrd.gif');
	background-repeat: repeat-x;
	border-right-style: solid;
	text-transform: uppercase;
}

.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 */
}