a:link {text-decoration: none;color: #BBB5A5;}
a:visited {text-decoration: none;color: #BBB5A5;}
a:hover {text-decoration: none;color: #BBB5A5;}
a:active {text-decoration: none;color: #BBB5A5;}

.gbgSelectListHidden {
  display: none !important;
}

.gbgSelectList {
  display: block;
  position: absolute;
  margin: 0;
  padding: 1;
  width: 250px;
  z-index: 2500;
}

.gbgSelectList ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding-right: 2px;
  padding-top: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 200px;
}

.gbgSelectElementActive {
  /* Active Element in List */
}

.gbgSelectList ul li:hover {
  /* Hover Element in List */
}

.gbgSelectList ul li a:hover, .gbgSelectBox a:hover {
  text-decoration: none; /* Deactivate underline hover by default */
}

.gbgSelect * {
  z-index: 1000;
}

.gbgSelect {
  width: 250px;
}

.gbgSelectBox {
  border: 1px solid #666666;
  padding: 1px;
  background: transparent url('img/selectBoxArrow.png') no-repeat top left;
  height: 16px;
  display: block;
}

.gbgSelectBox a {
  line-height: 16px;
}

.gbgSelectBox:hover {
  background: transparent url('img/selectBoxArrow.png') no-repeat bottom left;
}

.gbgSelectList ul li {
  padding: 2px 0;
}

li.gbgSelectElementActive {
  /* Active Element in List */
}

/* Start Gamebar */

#gameBar {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 100%;
  border-bottom: 1px solid #666666;
  font-weight: bold;
  font-family: Tahoma, Verdana, Arial, 'DejaVu Sans', 'Bitstream Vera Sans', Kalimati, Helvetica, sans-serif;
  font-size: 0.9em;
  z-index: 2;
}

#gameBar, #gameBar .gbgSelectList {
  background-color: #000000;
  border-bottom: 1px solid #666666;
}

#countrySelect {
  float: left;
}

#gamebarGameSelect {
  float: left;
}

#countrySelect, #countrySelect .gbgSelectList {
  width: 250px;
}

#countrySelect .gbgSelectList, #gamebarGameSelect .gbgSelectList {
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

#gameBar .gbgSelectElementActive {
  background-color: #333333 !important;
}

#gameBar .gbgSelectList ul li:hover {
  background-color: #333333 !important;
}

#gameLink {
  position: absolute;
  right: 0px;
  width: 150px;
  margin-top: 2px;
  height: 23px;
  line-height: 21px;
}

.gameBarGameLink {
  font-weight: bold;
}

#gameBarContent {
  width: 800px;
  height: 22px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

#country {
  position: absolute;
  right: 0px;
  width: 400px;
  margin-top: 2px;
  height: 23px;
}

#country label {
  float: left;
  width: 135px;
  text-align: left;
  padding-left: 10px;
  line-height: 21px;
}

#gamebarGame ul {
	height: 80px;
}

#gamebarGame {
  position: absolute;
  right: 400px;
  width: 400px;
  margin-top: 2px;
  height: 23px;
}

#gamebarGame label {
  float: left;
  width: 135px;
  text-align: left;
  padding-left: 10px;
  line-height: 21px;
}