

.shadetabs2{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.mainnavi a {
  float:left; 
  display: block;
  width: 123px;
  height: 46px;
  background: url(images/main.jpg) top no-repeat;
}

.mainnavi :hover, .mainnavi a:hover, .mainnavi a.selected { 
width:123px; 
height:46px; 
background:url(images/main_over.jpg) bottom no-repeat; 
}

.clannavi a {
  float:left; 
  display: block;
  width: 123px;
  height: 46px;
  background: url(images/clan.jpg) top no-repeat;
}

.clannavi :hover, .clannavi a:hover, .clannavi a.selected { 
width:123px; 
height:46px; 
background:url(images/clan_over.jpg) bottom no-repeat; 
}

.commnavi a {
  float:left; 
  display: block;
  width: 123px;
  height: 46px;
  background: url(images/comm.jpg) top no-repeat;
}

.commnavi :hover, .commnavi a:hover, .commnavi a.selected { 
width:123px; 
height:46px; 
background:url(images/comm_over.jpg) bottom no-repeat; 
}

.miscnavi a {
  float:left; 
  display: block;
  width: 123px;
  height: 46px;
  background: url(images/misc.jpg) top no-repeat;
}

.miscnavi :hover, .miscnavi a:hover, .miscnavi a.selected { 
width:123px; 
height:46px; 
background:url(images/misc_over.jpg) bottom no-repeat; 
}

@media print {
.tabcontent {
display:block !important;
}