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

.mattblackmenu{
	*text-align:center;
	position:relative;
    margin-top:0px;
	padding:10px 0;
/*	top:-10px;*/
	}
#ddtopmenubar{
	}
.mattblackmenu a{
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	color:#423e3a;
	font-size:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	white-space:normal;
	}
.mattblackmenu a:hover, .mattblackmenu a.active, .mattblackmenu a.selected{ color:#c50808;}
.mattblackmenu a .tm_l{ display:block;}
.mattblackmenu a .tm_r{ display:block;}
.mattblackmenu a .tm_m{ display:block; line-height:41px; padding:0 0px;}
.mattblackmenu a:hover .tm_l, .mattblackmenu a.active .tm_l, .mattblackmenu a.selected .tm_l{}
.mattblackmenu a:hover .tm_r, .mattblackmenu a.active .tm_r, .mattblackmenu a.selected .tm_r{}

.mattblackmenu * html a.top_menu_link{display:inline-block; width:100%;}

.sep_line_1{background:url(sep_m.png) repeat-x top; line-height:0; font-size:0; height:1px; margin:1px 0;}
.sep_line_2{background:url(sep_l.png) no-repeat left top;}
.sep_line_3{background:url(sep_r.png) no-repeat right top;height:1px;}
