/*============================================================================*/
/*Formats for the Side Column of the Game Page*/


#categorylist a
{
  margin:0px;
  font-weight:bold;
  color:white;
  text-decoration:none;
}

#categorylist .ctylst_nmlbl_off
{
  background-color:#222222;
  vertical-align:bottom;
  border:1px solid #222222;
}


#categorylist .ctylst_nmlbl_on
{
  background-color:#222222;
  border:1px solid #cccccc;
  vertical-align:bottom;
}

