
      #tabs {
	  	xpadding-left:10px;
		xmargin-left:10px;
        display: block;
        float: left;
        width: 521px;
		background-image:url(/2007newdesign/tab_bg_top.jpg);
		vertical-align:bottom;
      }

	#tab1 {
				vertical-align:baseline;
	}
      a.tab { 
        font-family: verdana; 
		color:#9E7C0C;
		font-size:12px;
		font-weight:bold;
        text-decoration: none;
        float: left;
		background-repeat:no-repeat;
		height:33px;
		width:161px;
		xborder:1px solid red;
		xpadding-left:10px;
		line-height:33px;
		padding-left:5px;
      }
	  
	  a.tab:link {color:#9E7C0C;}
	  a.tab:visited {color:#9E7C0C;}
	  
      .panel { 
        background-color: #FFEACD; 
		width:521px;
		padding:10px;
        height: 300px; 
        overflow-y: auto; 
        clear: left; 
		align:left;
      }
