	#movie-menu {
		color: #555;
		font: 21px tahoma-bold;
		letter-spacing: 7px;
		text-transform: uppercase;
		text-align: center;
		padding: 27px 0px 60px;
		position: fixed;
		margin: 0px auto;
		top: 33px;
		width: 746px;
		z-index: 6;
		}

		#movie-menu img {
			position: relative;
			left: -6px;
			}

		#movie-menu.bullitt-bg-main {
			background: url("../zone/movie/image/bg/bg-bullitt.jpg") top center no-repeat fixed; /* path from location of css file */
			}

		#movie-menu.duel-bg-main {
			background: url("../zone/movie/image/bg/bg-duel.jpg") top center no-repeat fixed; /* path from location of css file */
			}

		#movie-menu.the-great-escape-bg-main {
			background: url("../zone/movie/image/bg/bg-greatescape.jpg") top center no-repeat fixed; /* path from location of css file */
			}

		#movie-menu.run-silent-run-deep-bg-main {
			background: url("../zone/movie/image/bg/bg-runsilentrundeep.jpg") top center no-repeat fixed; /* path from location of css file */
			}

		#movie-menu .links {
			color: #333;
			position: relative;
			}

	#movie-menu a {
		padding: 0px 7px;
		}

	#movie-menu a:link {text-decoration: none; color: #666; }
	#movie-menu a:visited {text-decoration: none; color: #666; }
	#movie-menu a:hover {text-decoration: none; color: #0d0; }
	#movie-menu a:active {text-decoration: none; color: #666; }

/* "here" coloring 
		#movie-menu a:link.here {text-decoration: none; color: #0d0; }
		#movie-menu a:visited.here {text-decoration: none; color: #0d0; }
		#movie-menu a:hover.here{text-decoration: none; color: #0d0; }
		#movie-menu a:active.here {text-decoration: none; color: #0d0; }
*/
