

#auxnav {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;

	height: 26px;
	background: #eee;
	border: 1px solid #ddd;
	border-width: 0 1px 1px;
	
	font-size: .625em;
	text-transform: uppercase;
	
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	
	-moz-box-shadow: 0 1px 0 #fff;	
	}
	
#auxnav li {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	
	background: none;
	}
	
#auxnav a {
	display: block;
	height: 26px;
	line-height: 26px;
	color: #555;
	text-decoration: none;
	padding: 0 10px;
	float: left;
	}
	
#auxnav a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#auxnav .separator {
	border-left: 1px solid #f0f0f0;
	}
#auxnav .separator-prev {
	border-right: 1px solid #bbb;
	}
	
	
#an-register a {
	padding-right: 20px;
	background-image: url(an-register.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}