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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 10px Verdana;
list-style-type: none;
overflow: hidden;
/*margin-left:-60px;*/

}

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

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	/*border-right: 1px solid white;        right divider between tabs*/
	color: red;
	margin-top:5px;
	/*padding-top: 10px;*/
	/*padding-right: 5px;*/
	/*padding-bottom: 10px;*/
	/*padding-left: 6px;*/

}

.mattblackmenu li a:visited{
color: blue;
}

.mattblackmenu li a:hover{
color: #000;	
/*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;*/
	}
