#dogsallwrap, .dogsall {

}

.dogsall ul {
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.dogsall li {
	list-style-type: none; /*turns off display of bullet*/
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.dogsall ul li {
	padding-left: 5px;
	margin-left: 10px;
}