@charset "utf-8";
/* CSS Document */

	.site-navigation-elements {
		width:100%;
		background:#EEE;
		border-bottom:1px solid #EEE;
		margin-bottom:15px;
		}

	.site-navigation-elements .navigation-list {
		width:100%;
		border-bottom:1px solid #BBB;
		height:20px;
		}
		
	.site-navigation-elements .navigation-button {
		width:970px;
		margin:0 auto;
		}

	.site-navigation-elements .navigation-button a {
		padding:0;
		margin:0;
		width:120px;
		height:20px;
		display:block;
		font-weight:bold;
		line-height:1.6;
		float:left;
		text-align:center;
		overflow:hidden;
		}
		
	.site-navigation-elements .navigation-button a:hover {
		text-decoration:none;
		}
		
	.site-navigation-elements .navigation-button a.home {
		border-left:1px solid #BBB;
		background:#DDD;
		color:#555;
		}
		
	.site-navigation-elements .navigation-button a.video {
		border-left:1px solid #BBB;
		background:#ECF3F7;
		color:#48658C;
		}
		
	.site-navigation-elements .navigation-button a.game {
		border-left:1px solid #BBB;
		border-right:1px solid #BBB;
		background:#FBFDE3;
		color:#7C880F;
		}
		
		

