#tabs {
	width:760px;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #282d3b;
	/* Fix IE5 */
	text-align: right;
}
#tabs img {
	float: left;
}
#tabs ul {
	width:752px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-right: 8px;
	background-color: #282d3b;
	background: #282d3b; 
}
* html #tabs ul {
	width:760px;
	w\idth:752px;
}
#tabs li {
	float: right;
	margin: 0;
	margin-right: 2px;
	padding: 0;
	font-size: 13px;
}
* html #tabs li {
	display: inline;
}
body#library li.heritage_tab {
	background:url(../lib_images/tab_heritage_right.jpg) top right no-repeat;
}
body#library li.archives_tab {
	background:url(../lib_images/tab_archives_right.jpg) top right no-repeat;
}
body#library li#t-library {
	background:url(../lib_images/tab_library_right_on.jpg) top right no-repeat;
}
body#archives li.heritage_tab {
	background:url(../lib_images/tab_heritage_right2.jpg) top right no-repeat;
}
body#archives li.library_tab {
	background:url(../lib_images/tab_library_right.jpg) top right no-repeat;
}
body#archives li#t-archives {
	background:url(../lib_images/tab_archives_right_on.jpg) top right no-repeat;
}
body#heritage li.archives_tab {
	background:url(../lib_images/tab_archives_right2.jpg) top right no-repeat;
}
body#heritage li.library_tab {
	background:url(../lib_images/tab_library_right2.jpg) top right no-repeat;
}
body#heritage li#t-heritage {
	background:url(../lib_images/tab_heritage_right_on.jpg) top right no-repeat;
}
#tabs a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	text-decoration: none;
}
body#library a.heritage_link {
	background: url(../lib_images/tab_heritage_left.jpg) top left no-repeat;
	color: #fff;
}
body#library a.archives_link {
	background: url(../lib_images/tab_archives_left.jpg) top left no-repeat;
	color: #524338;
}
body#library #t-library a {
	padding-bottom: 5px;
	background: url(../lib_images/tab_library_left_on.jpg) top left no-repeat;
	color: #000;
}
body#archives a.heritage_link {
	background: url(../lib_images/tab_heritage_left2.jpg) top left no-repeat;
	color: #fff;
}
body#archives a.library_link {
	background: url(../lib_images/tab_library_left.jpg) top left no-repeat;
	color: #000;
}
body#archives #t-archives a {
	padding-bottom: 5px;
	background: url(../lib_images/tab_archives_left_on.jpg) top left no-repeat;
	color: #524338;
}
body#heritage #t-heritage a {
	padding-bottom: 5px;
	background: url(../lib_images/tab_heritage_left_on.jpg) top left no-repeat;
	color: #545447;
}
body#heritage a.archives_link {
	background: url(../lib_images/tab_archives_left2.jpg) top left no-repeat;
	color: #524338;
}
body#heritage a.library_link {
	background: url(../lib_images/tab_library_left2.jpg) top left no-repeat;
	color: #000;
}

