/* ######### Matt Black Strip Main Menu Bar CSS ######### */


.mattbluemenu ul{
	margin: 0;
	padding-left: 0px;
	font: bold 12px Verdana;
	list-style-type: none;
	border-bottom: 1px solid gray;
	background: #1e4b73;
	overflow: hidden;
	width: 100%;
}

.mattbluemenu li{
	background: #1e4b73;
	display: inline;
	margin: 0;
}

.mattbluemenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 29.50px; /*padding inside each tab*/
	border-right: 0px solid white; /*right divider between tabs*/
	color: white;
	background: #1e4b73;
}

.mattbluemenu li a:visited{
	color: white;
}

.mattbluemenu li a:hover{
	background: #1e4b73; /*background of tabs for hover state */
}

.mattbluemenu a.selected{
	background: #1e4b73; /*background of tab with "selected" class assigned to its LI */
}