#top-tabs-container {
	width: 1012px;
	margin: 10px auto -15px auto;
}

#top-tabs {
	/*float:left;*/
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	background-color: #d7d7d7;
	font-size: 10px; 
	font-family: verdana; 
	text-decoration: none; 
	font-weight: bold;
	}

#top-tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	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 0 0 6px;
	text-decoration:none;
	}

#top-tabs a span {
	float:left;
	display:block;
	background:url("/ns/gfx/right-top-tab.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* 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;
}