/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu{ 
	text-align:center; width:auto; height:30px; margin:auto; 
	background-image: url('../../site/_ele/bkl_menu_fascia.gif');
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#e3e3e3;
	height: 30px;
	/*padding-right: 4px;
	padding-left: 4px;*/
	text-align: left;
}
.mattblackmenu ul{
margin: 0px;
padding: 0px;
font: normal 11px 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;
padding: 8px 8px; /*padding inside each tab*/
background-image: url('../../site/_ele/bkl_menu_item.gif');
background-repeat: no-repeat;
background-position: right bottom;
}
.mattblackmenu li a span{
	margin-right: 10px;
}
.mattblackmenu li a span:hover {
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #219BD3;
	border-right-color: #219BD3;
	border-bottom-color: #219BD3;
	border-left-color: #219BD3;
	text-decoration: none;
	background-color: #219BD3;
}
.mattblackmenu li a:hover{
	border:0px;
	color:#000;
}

