	#tabs {
        display: block;
        float: left;
        width: 266px;
      }      
      a.tab { 
        border-collapse: collapse; 
        border-style: solid solid none solid;  
        border-color: black; 
        border-width: 1px 1px 0px 1px; 
        background-color: silver; 
        padding: 2px 0.5em 0px 0.5em; 
        margin-top: 4px;
		margin-left: 4px;
        margin-right: 2px;
        font-family: arial; 
        text-decoration: none;
        float: left;        
      }
      a.tab:hover { 
        border-color: black; 
        background-color: white; 
      }
      .panel { background: transparent; 
	  font-family: arial;
	  font-size: 12px;
	  line-height:18px;
	  border:1px solid #dedede;
	  padding: 5px; 
	  padding-top:6px;
	  height: 256px; 
	  overflow: auto;
	  }
	  
	  .panel a {color:#fff;font-weight:bolder;font-size: 12px;line-height:18px;}
	  .panel a:hover {color:#0000ff;font-weight:bolder;background-color:#e5e5e5;font-size: 12px;line-height:18px;} 