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

.mattblackmenu{
	text-align:center;
	top:0;
	left:0;
	margin:0;
	white-space:nowrap;
	width:100%;
	}
#ddtopmenubar{
	}
#menu_table{}
.mattblackmenu a{
	text-decoration:underline;
	padding:15px 0px 2px 0px;
	display:block;
	color:#999999;
	margin:0;
	font-size:14px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:none;
	white-space:nowrap;
	background:url(arrow.gif) no-repeat center 0;
	}
.mattblackmenu a .tm_l{}
.mattblackmenu a .tm_r{}
.mattblackmenu a.active, .mattblackmenu a.selected, .mattblackmenu a:hover{background:url(arrow.gif) no-repeat center 8px; text-decoration:none;}
.mattblackmenu a.active .tm_l, .mattblackmenu a.selected .tm_l, .mattblackmenu a:hover .tm_l{}
.mattblackmenu a.active .tm_r, .mattblackmenu a.selected .tm_r, .mattblackmenu a:hover .tm_r{}
.mattblackmenu a .tm_m{}
.mattblackmenu td.munu_element{ vertical-align:top; padding:0 15px}
* html .mattblackmenu a{ display:inline-block; width:100%;}

