#container {
			width: 212px;
			height: 28px;
			padding: 5px;
			margin: 0;
		}

		#menu {
			position: absolute;
			top: 0;
			left: 0;
			width: 212px;
			height: 28px;
			margin: 0;
			padding: 0;
			display: inline;
			overflow: hidden;
			list-style: none;
		}

		#menu li {
			margin: 0;
			padding: 0;
			display: inline; /* duplicated for IE 5/Win */
			list-style-type: none; /* duplicated for IE 5/Win */
		}

		#menu a {
			float: left;
			height: 0px !important;
			height /**/:28px; /* IE 5/Win hack */ 
			padding: 28px 0 0 0;
			overflow: hidden;
		}

		#menu a:hover {
			background-position: 0 -28px;
		}

		#menu a:active {
			background-position: 0 -56px;
		}
		
		#about a {
			width: 105px;
			background: url(/images/abutton.gif) top left no-repeat;
		}

		#contact a {
			width: 107px;
			background: url(/images/cbutton.gif) top left no-repeat;
		}