.button span span em  {
	background: transparent;
	text-indent: 0;
	width: auto;
}

#main_menu a:link, 
#main_menu a:visited, 
#main_menu a:hover, 
#main_menu a:active {
	height: 29px;
	line-height: 29px;
	color: #fff;
	font-size: 17px;
	font-family: 'Trebuchet Ms';
	background: url(layout/black-theme/mm_left.gif) no-repeat 0 -29px;
	width: auto;
	padding: 0 0 0 9px;
}

#main_menu #selected:link, 
#main_menu #selected:visited, 
#main_menu #selected:hover, 
#main_menu #selected:active {
	background-position: 0 0;
	text-decoration: none;
	color: #000;
}

#main_menu span {
	background:url(layout/black-theme/mm_right.gif) no-repeat right -29px;
	padding: 0 9px 0 0;
	width: auto;
}

#main_menu #selected span {
	background-position: right 0;
}

#main_menu span span {
	background:url(layout/black-theme/mm_middle.gif) repeat-x 0 -29px;
	position: relative;
	float: left;
	top: 0 !important;
	left: 0;
	width: auto;
	height: auto;
	text-indent: 0;
	padding: 0;
}

#main_menu #selected span span {
	background-position: 0 0;
}