/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}

.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-image: url(../images/fon_menu.png);
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 6px;
	padding-left: 24px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
	background-image: url(../images/fon_menu_over.png);
}

.mattblackmenu a.selected{
	background-color: #c51710;
}
