div#td-header-menu ul.sf-menu a.sf-with-ul {
	color: #b5b5b5;
	font-size: 12px;
	font-weight: 400;
/*	text-transform: none!important;*/
}
div#td-header-menu ul.sf-menu a.sf-with-ul:after {
	display: none;
}


div#td-header-menu ul.sf-menu a.sf-with-ul:hover {
        color: #fff;
	background-color: #555;
}

div#td-header-menu ul.sub-menu {
	background-color: #b5b5b5;

}
div#td-header-menu ul.sub-menu li a {
	color: #555;
	text-transform: none!important;
}

div#td-header-menu {
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}


