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

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

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

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

.mattblackmenu li a:visited{
	color: #ffdab9;
}

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

.mattblackmenu 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;*/
	}
