/*	FireFox's style corrections sheet	
**	
**	Put all the specific exploits that are required to make the pages display
**	properly when using FireFox.
*/


/* Firefox doesn't recognize 'inline-block' as a display type	*/
.BRdCLinkBar ul li
{	display: table-cell;
}
