@charset "utf-8";
@media screen, projection {
	#splashmenu {
		margin: 20px 0;
		width: 200px;
		}
		#splashmenu ul {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			#splashmenu ul li {
				font: normal 1px/1px sans-serif;
				margin: 0 0 8px 0;
				padding: 0;
				}
			#splashmenu a {
				display: block;
				height: 50px;
				overflow: hidden;
				width: 200px;
				text-indent: -300px;
				}
				#splashmenu ul li#enter a:link, 
				#splashmenu ul li#enter a:visited, 
				#splashmenu ul li#enter a:active {
					background: url(../images/splashmenu/enter.gif) 0 0 no-repeat;
					}
				#splashmenu ul li#about a:link, 
				#splashmenu ul li#about a:visited, 
				#splashmenu ul li#about a:active {
					background: url(../images/splashmenu/about.gif) no-repeat;
					}
				#splashmenu ul li#blog a:link, 
				#splashmenu ul li#blog a:visited, 
				#splashmenu ul li#blog a:active {
					background: url(../images/splashmenu/blog.gif) no-repeat;
					}
				#splashmenu ul li#flash a:link, 
				#splashmenu ul li#flash a:visited, 
				#splashmenu ul li#flash a:active {
					background: url(../images/splashmenu/flash.gif) no-repeat;
					}
				#splashmenu ul li#services a:link, 
				#splashmenu ul li#services a:visited, 
				#splashmenu ul li#services a:active {
					background: url(../images/splashmenu/services.gif) no-repeat;
					}
				#splashmenu ul li#eventgalleries a:link, 
				#splashmenu ul li#eventgalleries a:visited, 
				#splashmenu ul li#eventgalleries a:active {
					background: url(../images/splashmenu/eventgalleries.gif) no-repeat;
					}
				#splashmenu ul li#sessiongallery a:link, 
				#splashmenu ul li#sessiongallery a:visited, 
				#splashmenu ul li#sessiongallery a:active {
					background: url(../images/splashmenu/sessiongallery.gif) no-repeat;
					}
				#splashmenu ul li#enter a:hover,
				#splashmenu ul li#about a:hover,
				#splashmenu ul li#blog a:hover,
				#splashmenu ul li#flash a:hover,
				#splashmenu ul li#services a:hover,
				#splashmenu ul li#eventgalleries a:hover,
				#splashmenu ul li#sessiongallery a:hover {
					background-position: 0 -50px;
					}
}
