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

.mattblackmenu1 ul{
	font: bold 10px Verdana;
	list-style-type: none;
	overflow: hidden;
	width: 540px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.mattblackmenu1 li{
	display: inline;
	margin: 0;
}

.mattblackmenu1 li a{
	float: left;
	display: block;
	text-decoration: none; /*padding inside each tab*/
	/*border-right: 1px solid white;        right divider between tabs*/
	color: #000;
	margin-top:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;	/*padding-left: 6px;*/
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom:7px;
	background-image: url(../images/line1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 4px;
}

.mattblackmenu1 li a:visited{
	color: #000;
}

.mattblackmenu1 li a:hover{
	color: #000;
	text-decoration: underline;/*background: black; background of tabs for hover state */
}

.mattblackmenu1 a.selected{
	color: #000;	
/*background: black;*/ /*background of tab with "selected" class assigned to its LI */
}

.test{
/*	background-image:url(../images/preview_entry.jpg);
	width:500px;*/
	}
