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

.mattblackmenu{
	text-align:left;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
}
#ddtopmenubar{
}


.mattblackmenu .sep{ background:url(/images/menu_sep.gif) repeat-x left top; height:1px; line-height:0; font-size:0; position:relative;}


.mattblackmenu a{
	display:block;
	color:#191f25;
	margin:0;

	font-size:16px;
	font-weight:normal;
	text-align:left;
	text-transform:lowercase;
	text-decoration:none;
	white-space:normal;
	letter-spacing:0px;
	vertical-align:text-bottom;
	height:33px;
	padding:0 0px;
	position:relative;
	
	
	}
.mattblackmenu a.icon_menu1 {background:url(/images/menu_arrow_1.gif) no-repeat 0px 6px;}
.mattblackmenu a.icon_menu2 {background:url(/images/menu_arrow_2.gif) no-repeat 0px 6px;}
.mattblackmenu a.icon_menu3 {background:url(/images/menu_arrow_3.gif) no-repeat 0px 6px;}
.mattblackmenu a.icon_menu4 {background:url(/images/menu_arrow_4.gif) no-repeat 0px 6px;}
.mattblackmenu a.icon_menu5 {background:url(/images/menu_arrow_5.gif) no-repeat 0px 6px;}

.mattblackmenu a .tm_m{ display:block; padding-left:25px;}
.mattblackmenu a .tm_m_2{ line-height:33px; text-align:left; height:33px; display:block; padding:0 5px;}


.mattblackmenu a.active, .mattblackmenu a.selected, .mattblackmenu a:hover{
	text-decoration:none;
	font-style:normal;
	text-decoration:none;
	color:#2290c2;
	}
.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.active .tm_m, .mattblackmenu a.selected .tm_m, .mattblackmenu a:hover .tm_m{}


* html .mattblackmenu a{ display:inline-block; width:100%;}
* html .mattblackmenu .last_td .sep, * html .mattblackmenu a .tm_l{
	}
* html .mattblackmenu a .tm_m_2{
	}
