/* ######### CSS for Shade Tabs. Remove if not using ######### */

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

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px 5px 10px;
margin-right: 1px;
color: #fff;
  background: url(../images/tabark2.jpg) repeat-x;
}

.shadetabs li a:visited{
color: #469ec0;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #EAF7FF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;

}

.shadetabs li a.selected{ /*selected main tab style */
  background: url(../images/tabark.jpg) no-repeat;
border-bottom-color: black;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}       

.tabcontent{
display:none;
}

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



.tabcontent{
display:none;
width: 710px;
border:1px solid #ba96cd;
background: url(../images/blue/yenarka.jpg) repeat-x;
}


.tabcontent li {
  float: left;
  overflow: hidden;
  width: 110px;
  height: 122px;
  margin:20px 5px 10px 20px;
  padding:0;
  text-align: center ;
  border: 1px solid #ba96cd ;
  background: url(../images/blue/yenarka.jpg) repeat-x;
}

.tabcontent li img {
  float: left;

  width: 90px;
  height: 90px;
  margin:9px;
  padding:0;

}


.tabcontent li a {
  float: left;
  overflow: hidden;
  width: 109px;
  background-color: #ffffff ;

}

.tabcontent li a:hover {
  float: left;
  overflow: hidden;
  width: 109px;
  background:transparent url(../images/yrark.jpg) no-repeat scroll 0 0;
  text-decoration:none

}

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