/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu
{
	float:right;
}
.mattblackmenu ul{
margin: 0;
padding: 0;
font: 15px Arial;
list-style-type: none;
overflow: hidden;
width: 100%;

}

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

}

.mattblackmenu li a{
float: left;
text-align:right;
display: block;
text-decoration: none;
margin: 0;
padding:10px 12px 10px 12px;/*padding inside each tab*/ /*right divider between tabs*/
margin:0px 1px;

}

.mattblackmenu li a:visited{

}

.mattblackmenu li a:hover{
	color: #00587e;
background: white; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: white;
color: #00587e; /*background of tab with "selected" class assigned to its LI */
}
.link{
	color:#fff;
	font-size:15px;	}
.active {
	font-size:15px;
	padding:10px 10px 10px 10px;
	background:#fff;
	color:#00587e;
}
