.sheet {
  height: 570px;
  overflow: auto;
}
#menu ul#propDetails {
  background:#dbdcdd;
  font-family:arial;
  font-size:14px;
  height:36px;
  list-style-type:none;
  /*margin:0 0 0 20px;*/
  margin:0;
  text-align:center;
}
#menu ul li{
  display: inline;
}

#menu ul li#navCharacter a:hover, #menu ul li#navCharacter .current {
  background:transparent url(/images/bookers/customs/character_gear_head2.png) no-repeat scroll 0 -34px;
}
#menu ul li#navCharacter a {
  background:transparent url(/images/bookers/customs/character_gear_head2.png) no-repeat scroll 0 0;
  height:35px;
  width:138px;
}

#menu ul li#navReputation a {
  background:transparent url(/images/bookers/customs/character_gear_head2.png) no-repeat scroll -138px 0;
  height:35px;
  width:138px;
}
#menu ul li#navReputation a:hover, #menu ul li#navReputation .current {
  background:transparent url(/images/bookers/customs/character_gear_head2.png) no-repeat scroll -138px -35px;
}

#menu ul li#navAchievement a {
  background:transparent url(/images/bookers/customs/character_gear_head2.png) no-repeat scroll -276px 0;
  height:35px;
  width:138px;
}
#menu ul li#navAchievement a:hover, #menu ul li#navAchievement .current {
  background:transparent url(/images/bookers/customs/character_gear_head2.png) no-repeat scroll -276px -34px;
}



#menu ul li a {
  color:#FFFFFF;
  display:inline;
  float:left;
  font-weight:bold;
  text-decoration:none;
  text-indent:-10000px;
}
#menu a {
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:medium;
}

.profile_header {
 width: 580px;
 height: 50px;
 position: relative;
}

.levelraceclass {
 /*position: absolute;*/
 top: 10px;
 left: 25px;
 font-size: 18px;
 font-weight: bold;
 float:left;
 margin-top:18px;
 padding-left:5px
}

.profilelink {
 position: absolute;
 top: 7px;
 right: 0px;
 font-size: 10px;
}

.profile_tabs{
  font-size: 12px;
  height:46px;
  background: url(/images/mmogear_player_images/playermenu_bg.png);
  margin:10px 0px;
}

#character_tab, #reputation_tab, #achievement_tab{
  width: 160px;
   height: 24px;
   padding: 15px;
   margin-left: 5px;
   float: left;
   font-weight: bold;
   text-align: center;
}

#character_tab a, #reputation_tab a, #achievement_tab a{
  font-size: 14px;
  color: #666666;
}

#character_tab a:focus, a:hover, #reputation_tab a:focus, a:hover, #achievement_tab a:focus, a:hover{
  color: #0000FF;
}
