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



.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	font-weight: bold;
	background-image: url(bg_menu.png);
	height: 35px;
}
.mattblackmenu li{
	display: inline;
	margin: 0;
}
.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	height: 25px;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}
.mattblackmenu li a:hover{
	background-image: url(bg_over.png);
	color: #FFF;
}
.mattblackmenu a.selected{
	background-image: url(bg_selected.png);
	color: #FFF;
}
/* ######### Matt Blue Strip Main Menu Bar CSS ######### */



.mattbluemenu ul{

margin: 0;

padding: 0;

font: bold 12px Verdana;

list-style-type: none;

border-bottom: 1px solid gray;

background: #0000FF;

overflow: hidden;

width: 100%;

}



.mattbluemenu li{

display: inline;

margin: 0;

}



.mattbluemenu li a{

float: left;

display: block;

text-decoration: none;

margin: 0;

padding: 6px 8px; /*padding inside each tab*/

border-right: 1px solid white; /*right divider between tabs*/

color: white;

background: #0000FF;

}



.mattbluemenu li a:visited{

color: white;

}