/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
	display: inline;
	margin: 0;
	text-align: center;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	color:#23488e;
 /*padding inside each tab*/
	/*border-right: 1px solid white; right divider between tabs*/
margin: 0 6px;
	background-color:transparent;
	width:auto;
/*	text-decoration:underline;*/
	text-align: center;
	background:url(../images/mn_r.gif) no-repeat center right;
}
.bgmn{background:url(../images/mn_l.gif) no-repeat center left;
display:block;
height:100%;
padding: 6px 0px;
}
.mattblackmenu li a:visited{
color:#23488e;
}

.mattblackmenu li a:hover{
	background-color:#395a99; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background-color:transparent; /*background of tab with "selected" class assigned to its LI */
}
