/* Modify this class to indent any second level navigation */

#divAsdaNav div ul {
	padding-left : 0.1em; /*use the 'em' value so that it scales across the page if the text size is increased*/
}


