/* CSS Document *//*LIST!!*//* Remove all margin and padding from the unordered list in the main menu. */#middle-menu ul {	margin: 0px;	padding: 0px;}/* Remove bullets for each list item. Make each list item go horizontal instead of vertical. Add 5 pixels of margin to the left and right sides of each list item to space them away from eachother. */#middle-menu li {list-style-type: none;display: inline;margin: 0 5px 0 5px;}/* Links within each list item will appear with white text and the text will not be underlined. */#middle-menu li a {color: #0000;text-decoration: none;}