table {
 border-collapse: separate;
 border-spacing: 0px;
 *border-collapse: expression('separate', cellSpacing = '0px');
}

table.tabs {
	position: relative;
	top: 7px;
	left: 6px;
	border :0px;
	
	padding :0px 0px 0px 0px;
	z-index:3;
	
}

table.tabs tr {
	height: 25px;
}

table.tabs td{
	padding: 0px 0px 0px 0px;
}

table.tabs a{
	padding-right: 7px;
	color: #000000;
	font-family: Georgia, Times, serif; 
	text-decoration: none;
}

/* Special tab at end of tab menu that just says 'new' */
table.tabs .newtab a{
	padding-right: 0px;
}

.tab_shadow {
	background: url('../images/tab_shadow.png');
	
}
.tab_right {

	background: url('../images/tab_right.png');
	
}

.tab_inactive {
	background: url('../images/tab_inactive.png');
}

.tab_active_pre {
	background: url('../images/tab_active_left.png');
}
.tab_active_post {

	background: url('../images/tab_active_right.png');

}

.tab_active {
	background: url('../images/tab_active.png');
}



