#index-header
{
	width:100%;
	height:25px;
	position:relative;
	background-image:url(../images/graybg.png);
	background-repeat:repeat-x;
}
#index-header #header-links
{
}
#index-header #header-links ul
{ 
	list-style-type:none;
	position:absolute;
	height:21px;
	width:auto;
	top:3px;
	right:0px;
	overflow:visible;
	margin:0;
	padding:0;
}
#index-header #header-links ul li
{
	list-style-type:none;
	list-style-image:none;
	float:left;
	height:100%;
	/* text-indent:-5000px; */
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-right:20px;
}
#index-header #header-links ul li a{ display:block; }
#index-header #header-links ul li a:hover{ border-bottom:3px solid #999; }