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

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background: none;
overflow: hidden;
	width:615px;
	height:45px;
		margin-top:5px;
}

.mattblackmenu li{
display: inline;
height:45px;
	display: block;
	float: left;
	text-align:center;
	vertical-align:bottom;
	background:url(../medias/template/sep.gif) no-repeat;
	background-position:right;
	padding-right:10px;
margin-left:5px;
	margin-right:5px;
	text-decoration:none;
	text-transform:uppercase;

}

.mattblackmenu li a{
padding:15px 6px 0 6px;
height:31px;
display: block;
	margin:0px;	
	color:#663300;
	float: left;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	text-transform:uppercase;
	text-decoration:none;
	line-height:20px;
	}

.mattblackmenu li a:visited{
height:31px;
color:#663300;
text-decoration:none;
text-transform:uppercase;
}
.mattblackmenu li a:active{
height:31px;
background:url(../medias/template/arr-menu.gif) repeat-x;
background-position:15px;
color:#663300; /*background of tabs for hover state */
text-decoration:none;
text-transform:uppercase;
}
.mattblackmenu li a:hover{
height:31px;
background:url(../medias/template/arr-menu.gif) repeat-x;
background-position:15px;
color:#663300; /*background of tabs for hover state */
text-decoration:none;
text-transform:uppercase;
}

.mattblackmenu a.selected{
height:31px;
background:url(../medias/template/arr-menu.gif) repeat-x;
background-position:15px;
color:#663300;/*background of tab with "selected" class assigned to its LI */
text-decoration:none;
text-transform:uppercase;
}

