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

.all_template div.mattblackmenu {
	padding:0px;
	width:980px;
	margin:0px auto;
}

.all_template .mattblackmenu .menu {
	padding:0px;
	list-style:none;
	line-height:normal;
	float:left;
}

.all_template .mattblackmenu .menu .bg_button {
	background:none;
	margin:0px;
	padding:0px;
	line-height:normal;
	list-style:none;
	float:left;
	background:url(../../images/sep_header_menu.gif) no-repeat right center;
}

.all_template .mattblackmenu .menu .bg_button a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#f59200;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	text-align:center;
	padding:0px 42px 0px 22px;
	background:url(../../images/menu_arrow1.gif) no-repeat right center;
	white-space:nowrap;
	line-height:49px;
}

.all_template .mattblackmenu .menu .bg_button a:hover .top_image { display:none; }

.all_template .mattblackmenu .menu .last { background:none; }
.all_template .mattblackmenu .menu .first a { padding-left:0px; }

.all_template .mattblackmenu .menu .bg_button a img {
	vertical-align:top;
}

.all_template .mattblackmenu .menu .bg_button a:hover, .all_template .mattblackmenu .menu .bg_button a.selected, .all_template .mattblackmenu .menu .bg_button a.active { color:#FFFFFF; background:url(../../images/menu_arrow2.gif) no-repeat right center; }
