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

/* de */
ul#game_columns {width:934px; height:332px; list-style:none; margin:0; padding:0; padding-top:0; padding-left:0;background-image:url('/images/game-columns-de.jpg'); background-repeat: no-repeat;}
/* Float LI Elements - horizontal display */
ul#game_columns li {float:left;}
/* Link - common attributes */
ul#game_columns li a {background:url('/images/nothing.png') no-repeat scroll top left; display:block; width:105px; height:33px; position:relative;}
/* Up State: Sprite BG Positions */
ul#game_columns li a.g_01 {margin:1px 0 0 1px; width:180px; height:332px;}
ul#game_columns li a.g_02 {margin:1px 0 0 7px; width:182px; height:332px;}
ul#game_columns li a.g_03 {margin:1px 0 0 8px; width:181px; height:332px;}
ul#game_columns li a.g_04 {margin:1px 0 0 7px; width:181px; height:332px;}
ul#game_columns li a.g_05 {margin:1px 0 0 7px; width:178px; height:332px;}
/* ul#game_columns li a.g_05 {width:183px; height:328px; padding-right:7px;} */
/* Span (on hover) - common attributes */
ul#game_columns li a span {background:url('/images/column-highlight-8-bright.png') no-repeat scroll bottom left; display:block; position:absolute; top:0; left:0; height:100%; width:100%; z-index:100; /* border-style: dotted; border-color:#98bf21; */}
/* Span (on hover) - display pointer */
ul#game_columns li a span:hover {cursor:pointer; }