/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu {text-align:right; }

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background:url(../images/title_bar/xxx.png) top left no-repeat;
	height:32px; /*#993300;*/
	padding-top:68px;
	overflow: hidden;
	width: 100%;
	font-size:12px;
}

.mattblackmenu li{
	display: inline;
	text-align:center;
	margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	height:20px;
	line-height:20px;
	text-decoration: none;
	font-weight:bold;
	margin: 0 5px;
	text-transform:uppercase;
	margin-top:5px;
	padding: 0px 10px; /*padding inside each tab*/
	border-right: 1px solid #3333dd; /*right divider between tabs*/
	color: white;
	text-align:center;
	/*background: #993300;*/
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
	color:#FF0000
/* background: black; background of tabs for hover state */
}

.mattblackmenu a.selected{
 /*background: black; background of tab with "selected" class assigned to its LI */
}

