#navlist {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 10;
	padding: 0;
	list-style: none;
	}
	
#navlist li {
	padding-left: 18px;
	background-image: url(images/IcoMenu.gif);
	background-repeat: no-repeat;
	background-position: .1em;
	border-bottom: 1px dotted;
	line-height: 30px;
	}