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

.mattblackmenu ul {
	font: bold 12px Verdana;
	list-style-type: none;
	border-bottom: 1px solid gray;
	background: #414141;
	overflow: hidden;
	width: 100%;
	border-radius: 5px;
	background-image: linear-gradient(top, rgb(3,34,92) 52%, rgb(5,38,87) 50%, rgb(145,200,255) 100%);
	background-image: -o-linear-gradient(top, rgb(3,34,92) 52%, rgb(5,38,87) 50%, rgb(145,200,255) 100%);
	background-image: -moz-linear-gradient(top, rgb(3,34,92) 52%, rgb(5,38,87) 50%, rgb(145,200,255) 100%);
	background-image: -webkit-linear-gradient(top, rgb(3,34,92) 52%, rgb(5,38,87) 50%, rgb(145,200,255) 100%);
	background-image: -ms-linear-gradient(top, rgb(3,34,92) 52%, rgb(5,38,87) 50%, rgb(145,200,255) 100%);
	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0.52, rgb(3,34,92)),  color-stop(0.5, rgb(5,38,87)),  color-stop(1, rgb(145,200,255)) );
	clear: both;
	margin: 0;
	padding: 0;
}
.mattblackmenu li {
	display: inline;
	margin: 0;
}
.mattblackmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: white;
	background: #414141;
	background-image: linear-gradient(top, rgb(3,34,92) 52%, rgb(5,38,87) 50%, rgb(145,200,255) 100%);
	background-image: -o-linear-gradient(top, rgb(3,34,92) 52%, rgb(5,38,87) 50%, rgb(145,200,255) 100%);
	background-image: -moz-linear-gradient(top, rgb(3,34,92) 52%, rgb(5,38,87) 50%, rgb(145,200,255) 100%);
	background-image: -webkit-linear-gradient(top, rgb(3,34,92) 52%, rgb(5,38,87) 50%, rgb(145,200,255) 100%);
	background-image: -ms-linear-gradient(top, rgb(3,34,92) 52%, rgb(5,38,87) 50%, rgb(145,200,255) 100%);
	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0.52, rgb(3,34,92)),  color-stop(0.5, rgb(5,38,87)),  color-stop(1, rgb(145,200,255)) );
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.mattblackmenu li a:visited {
	color: white;
}
.mattblackmenu li a:hover {
	background: #91c8ff; /*background of tabs for hover state */
	background-image: linear-gradient(top, rgb(145,200,255) 4%, rgb(5,38,87) 50%, rgb(3,34,92) 50%);
	background-image: -o-linear-gradient(top, rgb(145,200,255) 4%, rgb(5,38,87) 50%, rgb(3,34,92) 50%);
	background-image: -moz-linear-gradient(top, rgb(145,200,255) 4%, rgb(5,38,87) 50%, rgb(3,34,92) 50%);
	background-image: -webkit-linear-gradient(top, rgb(145,200,255) 4%, rgb(5,38,87) 50%, rgb(3,34,92) 50%);
	background-image: -ms-linear-gradient(top, rgb(145,200,255) 4%, rgb(5,38,87) 50%, rgb(3,34,92) 50%);
	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0.04, rgb(145,200,255)),  color-stop(0.5, rgb(5,38,87)),  color-stop(0.5, rgb(3,34,92)) );
}
.mattblackmenu a.selected {
	background: black; /*background of tab with "selected" class assigned to its LI */
	background-image: linear-gradient(top, rgb(145,200,255) 4%, rgb(5,38,87) 50%, rgb(3,34,92) 50%);
	background-image: -o-linear-gradient(top, rgb(145,200,255) 4%, rgb(5,38,87) 50%, rgb(3,34,92) 50%);
	background-image: -moz-linear-gradient(top, rgb(145,200,255) 4%, rgb(5,38,87) 50%, rgb(3,34,92) 50%);
	background-image: -webkit-linear-gradient(top, rgb(145,200,255) 4%, rgb(5,38,87) 50%, rgb(3,34,92) 50%);
	background-image: -ms-linear-gradient(top, rgb(145,200,255) 4%, rgb(5,38,87) 50%, rgb(3,34,92) 50%);
	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0.04, rgb(145,200,255)),  color-stop(0.5, rgb(5,38,87)),  color-stop(0.5, rgb(3,34,92)) );
}
