/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 12px Arial, Helvetica, sans-serif;
list-style-type: none;
border: 0 none;
width: 780px; /*For KHTML*/
}

.tall_menu_left {
	width:50%;
}
.tall_menu_right {
	width:50%;
}

.mattblackmenu .bg_button {
	margin: 0;
	padding:0px;
	background:url(/images/deep-1-middle.png) repeat-x left top;
}

.mattblackmenu .bg_button a{
display: block;
text-decoration: none;
margin: 0px;
font: normal 13px Arial, Helvetica, sans-serif;
padding:12px 25px;
color: white;
text-align:center;
white-space:nowrap;
}
.mattblackmenu .bg_button a:hover{
	text-decoration:none;
	color:#ff0000;
}

.mattblackmenu img {
    border:0px;
}

.mattblackmenu .leftSide {
	background:url(/images/deep-1-left.png) no-repeat left top;
	width:11px;
}
.mattblackmenu .rightSide {
	background:url(/images/deep-1-right.png) no-repeat right top;
	width:11px;
}

