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

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background: none;
overflow: hidden;
	width:680px;
}

.mattblackmenu li{
display: inline;
	display: block;
	float: left;
	
	text-align:center;
	vertical-align:bottom;
border-right:1px dotted #7F9AB2;
}

.mattblackmenu li a{
padding:0 15px 0 15px;
display: block;
	margin:0px;	
	color:#fff;
	float: left;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	line-height:29px;}

.mattblackmenu li a:visited{
margin-top:1px;

height:29px;
color:#fff;
}

.mattblackmenu li a:hover{
margin-top:1px;
background:url(../medias/templates/li.jpg) repeat-x 100%;

height:29px;
color:#fff; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
margin-top:1px;
background:url(../medias/templates/li.jpg) repeat-x 100%;

height:29px;
color:#FFFFFF;/*background of tab with "selected" class assigned to its LI */
}
