@charset "utf-8";
/* CSS Document */

ul									{ list-style: none; }
/* 
	LEVEL ONE
*/
ul.BoxJudges                    { margin: 0px; padding: 0px; position: absolute; height: 213px; }
ul.BoxJudges li				    { zoom: 1; vertical-align: top; }
ul.BoxJudges li.empty		    { zoom: 1; width: 222px; height: 1px; }
ul.BoxJudges li.boxSmall        { zoom: 1; text-align: left; background-image: url(../_gfx/hpTopBoxSmall_off.png); background-repeat: no-repeat; width: 222px; height: 54px; vertical-align: top; }
ul.BoxJudges li.boxSmall a      { display: block; text-decoration: none; vertical-align: top; }
ul.BoxJudges li.boxSmall a:hover{ display: block; background-image: url(../_gfx/hpTopBoxSmall_on.png); background-repeat: no-repeat; height: 54px; vertical-align: top; }
ul.BoxJudges li.boxSmallActive  { zoom: 1; text-align: left; background-image: url(../_gfx/hpTopBoxSmall_on.png); background-repeat: no-repeat; height: 54px; vertical-align: top; }
ul.BoxJudges li.hover,
ul.BoxJudges li:hover           { position: relative; vertical-align: top; }

