﻿div.group_header
{
	width: 80%;
	}
	
ul.AspNet-Menu li a, ul.AspNet-Menu li span 
{
	/*ie6 doesn't like the block set in the dll for cssfriendly menu, the menu items don't show otherwise and the containing div spans page displacing other elements*/
	display: inline !important; 
}


