/*	Menu unvisited links							*/a.menulink:link { color: #FFFFFF; background-color: #FFFFFF; background-repeat: repeat;                background-attachment: scroll; font-weight: bold;                background-position: 0% }/*	Menu visited links							*/a.menulink:visited { color: #FFFFFF; background-color: #FFFFFF; background-repeat: repeat;                background-attachment: scroll; font-weight: bold;                background-position: 0% }/*	Menu active links (not widely supported)				*/a.menulink:active { color: #C0C0C0; background-color: #FFFFFF; background-repeat: repeat;                background-attachment: scroll; font-weight: bold;                background-position: 0% }/*	Menu links when hovered over (MSIE only)				*/a.menulink:hover { color: #808080; background-color: #FFFFFF; background-repeat: repeat;                background-attachment: scroll; font-weight: bold;                background-position: 0% }