/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 100%;
padding-top:0;
background: transparent url(../img/menuBG.gif);

}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{

	text-decoration: none;
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: "Arial","Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing: 1px;	
	height: 23px;
	line-height: 23px;
	text-align: center;
	vertical-align:middle;
	margin-left:6px;
	margin-right:8px;
	padding:0 7px 0 7px;
}

.mattblackmenu li a:visited{
/*color: #eb9855;
background: #393939;*/
}

.mattblackmenu li a:hover{
background: #393939; /*background of tabs for hover state */
color: #eb9855;
}

.mattblackmenu a.selected{
background: #393939; /*background of tab with "selected" class assigned to its LI */
}

/*For iPad portrait view - 22Oct2010 */

@media screen and (orientation:portrait)
{

	.mattblackmenu li a
	{
		padding: 0 6px 0 8px;
		margin-left: 5px;
		margin-right: 0px;
	}

}