@import url('color.css');
@media all {

	div#LogoCustomerUtilities div ul {
		list-style: none;
		width: auto;
		list-style-position: inside;
		text-align: center;
		text-transform: lowercase;
	}
	
	div#LogoCustomerUtilities ul li {
		width: 65px;
		height: 40px;
		display: block;
		padding: 6px 4px;
		margin: 0;
		text-align: center;
	}
	
	/* Request an Estimate li should be first */
	div#LogoCustomerUtilities ul li:first-child {
		width: 72px;
	}

	div#LogoCustomerUtilities div ul li a:link, div#LogoCustomerUtilities div ul li a:visited {
		display: inline;
		padding: 0;
		margin: 0 4px;
		line-height: 1.1em;
	}

}
