    #tabs ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
	#tabs li {
		float: left;
		/*border: 1px solid #bbb;*/
		border-bottom-width: 0;
		width:140px;
		height:20px;
		margin: 0;
    }
    
	#tabs #tab a {
		height:20px; 
		text-decoration: none;
		display: block;
		border-bottom:3px solid #484a4a;
		background: #ffffff;
		vertical-align: middle;
		float:left;
		/*padding: 0.24em 1em;*/
		color: #00c;
		/*width: 8em;*/
		text-align: center;
		white-space:nowrap;
		width:140px;
		background:url("images/tab2.png") center center no-repeat;
    } 
    
  	#tabs #tab #notselected a {
		height:20px; 
		text-decoration: none;
		display: block;
		border-bottom:3px solid #484a4a;
		background: #ffffff;
		vertical-align: middle;
		float:left;
		/*padding: 0.24em 1em;*/
		color: #00c;
		/*width: 8em;*/
		text-align: center;
		white-space:nowrap;
		width:140px;
		background:url("images/tab2.png") center center no-repeat;
    }

	
	#tabs #tab a:hover {
		/*background: #ddf;*/
				border-bottom:3px solid #484a4a;

	}
	
	#tabs #tab #selected {
		/*border-color: black;
		border-bottom:0px;
		*/
		/*background:url("images/tab1.png") center center no-repeat;*/
	}
	
	#tabs #tab #selected a {
		height:20px;
		width:140px; 
		vertical-align: middle;
		float:left;
		position: relative;
		border:0px solid #999;
		/*top: 1px;*/
		background: white;
		color: black;
		font-weight: bold;
 		background:url("images/tab1.png") center center no-repeat;
	}
	
	#tabs #tab #endtab a {
		height:20px;
		/*width:450px;*/
		width:558px;
		/*width:450px;*/
		vertical-align: middle;
		float:left;
		
		position: relative;
		border-bottom:3px solid #484a4a;
		/*top: 1px;*/
		background: white;
		color: black;
		font-weight: bold;
	}

	
	#tab-content {
/*		border:2px solid #999;
		border-left:0px;
*/
		clear: both;
		/*padding: 0 1em;*/
	}
	
/*	h1 {
		margin: 0;
		padding: 0 0 1em 0;
	}*/