/* archives page rollover code */
#arch-menu-container {
			position: absolute;
			left:202px;
			top:392px;
			width: 545px;
			height: 41px;
			padding: 0px;
			margin: 0;
		}

		#menu {
			position: absolute;
			top: 0;
			left: 0;
			width: 545px;
			height: 41px;
			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 /**/:41px; /* IE 5/Win hack */ 
			padding: 41px 0 0 0;
			overflow: hidden;
		}

		#menu A:hover {
			background-position: 0 -41px;
		}

		#item0 A {
			width: 109px;
			background: url(http://etoiline.com/potc/horizonarch_stars.jpg) top left no-repeat;
		}

		#item1 A {
			width: 109px;
			background: url(http://etoiline.com/potc/horizonarch_girl.jpg) top left no-repeat;
		}

		#item2 A {
			width: 109px;
			background: url(http://etoiline.com/potc/horizonarch_fan.jpg) top left no-repeat;
		}

		#item3 A {
			width: 109px;
			background: url(http://etoiline.com/potc/horizonarch_visitor.jpg) top left no-repeat;
		}

		#item4 A {
			width: 109px;
			background: url(http://etoiline.com/potc/horizonarch_links.jpg) top left no-repeat;
		}
