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



.mattblackmenu .inner_menu_table{

	margin:20px 0px 20px 15px;

	padding:0px;

}



.mattblackmenu .bg_button {

	margin: 0;

	padding:0px;

	background:none;

}



.mattblackmenu .bg_button a{

	background-image:url(/images/button_bg.gif);
	background-repeat:no-repeat;

	display: block;

	margin: 0px;

	width:210px;
	height:27px;

	text-align:left;

}



.mattblackmenu .bg_button a .bg_button_a_inner {

	display: block;

	padding:7px 0px 7px 37px;

	margin-right:20px;

	text-decoration: none;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:13px;

	font-weight:normal;

	color: white;

	text-transform:uppercase;

}



.mattblackmenu .bg_button a:hover{

	background-image:url(/images/button_bg_hover.gif);
	text-decoration:none;

}



.tall_menu_left {

	width:50%;

}

.tall_menu_right {

	width:50%;

}



.mattblackmenu img {

    border:0px;

}

