/*- Menu Tabs K--------------------------- */ 	

    .tabsK {
      
	  display:inline;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    .tabsK ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    .tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
    .tabsK a {
      float:left;
      background:url( "js/goobermods/media/tableftK.gif" ) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    .tabsK a span {
      float:left;
      display:block;
      background:url( "js/goobermods/media/tabrightK.gif" ) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;

      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabsK a span {float:none;}
    /* End IE5-Mac hack */
		.tabsK a.selected {
			background-position:0% -42px;
		}
		.tabsK a.selected span {
			background-position:100% -42px;
		}
		.tabsK a:hover {
			background-position:0% -42px;
		}
		.tabsK a:hover span {
			background-position:100% -42px;
		}  

		.tabs_content {
			width:98%;
			height: auto;
			overflow:hidden;
		    display:block;
			border-top:5px solid #6d6d75;
			border-bottom:1px solid gray;
			border-left:1px solid gray;
			border-right:1px solid gray;
			margin-bottom: 1em; 
			margin-top: 0px; 
			top: -15px; 
			padding: 5px;
			}
	  
.tabcontent{
display:inline;
}

@media print {
.tabcontent {
display:block !important;
}
}
