#global_links {
	width: 887px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #a4a5a8;
	text-align: right;
	border-left: solid 8px #616264;
}

#global_links ul {
	margin: 0;
	padding: 0;
	float: right;
	background: url('../images/common/global.png') 0 -160px no-repeat;
}

#global_links ul li {
	float: left;
	line-height: 12px;
}

#global_links ul li a {
	white-space: nowrap;
}

#global_links ul li.home a {
	text-indent: 99px;
	display: block;
	width: 53px;
	height: 25px;
	overflow: hidden;
	outline: none;
}

#global_links ul li.home a:hover {
	background: url('../images/common/global.png') 0 -185px no-repeat;
}


#global_links ul li.contact_us a {
	text-indent: 99px;
	display: block;
	width: 93px;
	height: 25px;
	overflow: hidden;
	outline: none;
	margin-left: 1px;
}

#global_links ul li.contact_us a:hover {
	background: url('../images/common/global.png') -54px -185px no-repeat;
}

#global_links ul li.glossary a {
	text-indent: 99px;
	display: block;
	width: 81px;
	height: 25px;
	overflow: hidden;
	outline: none;
	margin-left: 1px;
}

#global_links ul li.glossary a:hover {
	background: url('../images/common/global.png') -148px -185px no-repeat;
}

#global_links ul li.faq a {
	text-indent: 99px;
	display: block;
	width: 56px;
	height: 25px;
	overflow: hidden;
	outline: none;
	margin-left: 1px;
}	

#global_links ul li.faq a:hover {
	background: url('../images/common/global.png') -230px -185px no-repeat;
}

#global_links ul li.search {
	width: 226px;
	position: relative;
}

/*#global_links ul li.search label {
	position: absolute;
	top: -10px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
*/
#global_links ul li.search input {
	width: 205px;
	height: 15px;
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 10px;
	_border: 0;
}

#global_links ul li.search button {
	width: 15px;
	height: 15px;
	background: url('../images/common/global.png') -448px 0px no-repeat;
	border: none;
	text-indent: 99px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	left: 205px;
	top: 4px;
}

#global_links ul li.search button:hover {
	background: url('../images/common/global.png') -448px -15px no-repeat;
}
