#top-tabs-container {
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
}

#top-tabs {
	/*float:left;*/
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 0px; /*margin between menu and rest of page*/
	overflow:hidden;
	/*background-color: #d7d7d7;*/
	font-size: 10px; 
	font-family: arial; 
	text-decoration: none; 
	font-weight: bold;
}

#top-tabs ul {
	margin:0;
	padding: 0;
	list-style:none;
}

#top-tabs li {
	display:inline;
	margin:0;
	padding:0;	
}

#top-tabs ul li a {
	float:left;
	background:url("/ns/gfx/left-top-tab.png") no-repeat left top;
	margin:0;
	padding:0;
	text-decoration:none;
	border-left: 1px solid #ddd;
}

#top-tabs li.first a {
	border-left: 0;
}


#top-tabs a span {
	float:left;
	display:block;
	background:url("/ns/gfx/right-top-tab.png") no-repeat right top;
	padding: 3px 6px 3px 6px;
	margin-right:2px;
	color:#777;
}

#top-tabs a:hover span {
	color: #000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#top-tabs ul li a span {float:none;}

/* End IE5-Mac hack */
#top-tabs ul li a:hover span {
}

#top-tabs ul li a:hover {
	background-position:0% -42px;
}

#top-tabs ul li a.highlight_tab_left {
	background-position:0% -42px;
}

#top-tabs ul li a:hover span {
	background-position:100% -42px;
}

#top-tabs ul li a span.highlight_tab_right {
	background-position:100% -42px;
}