UL.listing_tabs {
	display: block;
	position: static;
	liststyle: none;
	text-decoration:none;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	text-ident: 0px;
	background-image:url(../images/sub_nav_bg.jpg);
	width: 100%;
	padding-bottom: 11px;
	background-position:  bottom ;
	background-repeat: no-repeat;

}

UL.listing_tabs LI {
	display: block;
	position: static;
	liststyle: none;
	text-ident: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	
	background: blue;
	background-image:url(../images/button_not_selected.jpg);
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-right: 4px;
	float: left;
	width: 135px;
	height: 32px;
}

UL.listing_tabs LI.selected {
	margin-bottom: 0px;	
	background-image:url(../images/button_selected.jpg);
	height: 34px;
}

UL.listing_tabs a {
	display: block;
	width: auto;
	text-align: center;
	padding-top: 4px;
	font-size: 14px;
	color: white;
	}
	
UL.listing_tabs a:hover {
	text-decoration:none;
	
	}
	
	
	
	
UL.edit_tabs {
	display: block;
	position: static;
	liststyle: none;
	text-decoration:none;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	text-ident: 0px;
	width: 885px;
	padding-bottom: 11px;
	background-position:  bottom ;
	background-repeat: no-repeat;

}

UL.edit_tabs LI {
	display: block;
	position: static;
	liststyle: none;
	text-ident: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	
	background: blue;
	background-color: #8888FF;
	
	margin-bottom: 2px;
	margin-right: 4px;
	float: left;
	width: 135px;
	height: 28px;
	
	color: black;
	
	border: 1px solid black;
}

UL.edit_tabs LI.required {
	color: red;
}


UL.edit_tabs LI.selected {
	background-color: #CCCCFF;
	color: white;
	
}


UL.edit_tabs LI.disabled {
	background-color: #CCCCCC;
	color: white;
	
}

UL.edit_tabs a {
	display: block;
	width: auto;
	text-align: center;
	padding-top: 2px;
	font-size: 14px;
	color: inherit;
	}
	
UL.edit_tabs a:hover {
	text-decoration:none;
	font-size: 14px;
	}
	
UL.edit_tabs span {
	display: block;
	width: auto;
	text-align: center;
	padding-top: 2px;
	font-size: 14px;
	color: white;
	}
