/* CSS Document 

/**
 * This hack targets the Webkit browser engine
 * which includes Safari and Chrome.
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 
   .meganizr > li {
	/*position: relative;*/
	margin:auto; 
	display: block;
	float: left;
	height: 37px;
	padding:0px 0px 0px 0px;
	border-right: 1px dotted #ccc;
	
	/*New*/ background-color:#f0f0f0;
}
}