/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul{
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	width: 780px;
}

.mattblackmenu li{
	display: inline;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: white;
	background-image: url(../images/menu_motif.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	padding-right: 0px;
	margin-left: 0px;
}

.mattblackmenu li a:visited{
}

.mattblackmenu li a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}

