/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0px;
	padding: 0;
	color: #fff;
	list-style-type: none;
	border-bottom: 0px solid #fff;
	/*background: #fafafa; */
	overflow: hidden;
	width: 100%;
/*	text-transform: uppercase;*/
}

.mattblackmenu li{
	display: inline;
	margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 8px 18px; /*padding inside each tab*/
	/*border-right: 1px solid white; /*right divider between tabs*/
	border-right: 1px dotted #ccc; /*right divider between tabs*/
	color: #dd3333;
	color: #444;
	font-weight:600;
	letter-spacing:1px;
}

.mattblackmenu  a:visited {
	color: #444;
}

.mattblackmenu li a:hover {
	background-color: #4F84C4; /*background of tabs for hover state */
	color: #fff;
}

.mattblackmenu a.selected {
	background: #4F84C4; /*background of tab with "selected" class assigned to its LI */
	color:#fff;
}
