/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	font-family: calibri;
	font-size: 18px;
	font-weight: normal;


}

.mattblackmenu li{
display: inline;
margin: 0;
height:8px;
line-height:22px;
color:#023459;


}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 8px; /*padding inside each tab*/
border-right: 1px solid #3b2314; /*right divider between tabs*/
color: #4e4949;

}

.mattblackmenu li a:visited{
color: #24b1f1;
}

.mattblackmenu li a:hover{
	color:#FFCC00;/*background of tabs for hover state */
	background-color: #24b1f1;
}

.mattblackmenu a.selected{
background:#24b1f1; /*background of tab with "selected" class assigned to its LI */
}

.mattblackmenu a.selected{
background:#24b1f1

}

/*.style21 {color: #333333;}*/
