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

.mattblackmenu{
	text-align:center;
	position:relative;
	}
#ddtopmenubar{

	padding:0px 0;
	}
#ddtopmenubar .menu_table td { vertical-align:middle; height:102px; text-align:center; padding:0px 1px 0px 0px;}
#ddtopmenubar .menu_table{ margin:auto; width:780px;}



.mattblackmenu a.top_menu_link{
	display:block;
	text-decoration:none;
	cursor:pointer;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:notmal;
	text-align:center;
	white-space: nowrap;
	height:102px;
	color:#fff;
	}
.mattblackmenu a.active, .mattblackmenu a.selected, .mattblackmenu a.top_menu_link:hover{
	background:url(/images/menu_hover.png) repeat-x left top;
	display:block;
	text-decoration:none;
	cursor:pointer;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:center;
	height:102px;
	white-space: nowrap;
	color:#fff;
	text-transform:none;
	}
.mattblackmenu * html a.top_menu_link{display:inline-block; width:100%;}

.mattblackmenu .tm_m{
	display:block;
	text-align:center;
	padding:45px 20px 0 20px;
	cursor:pointer;

}
