#navthing {
	position: absolute;
	top: 0px;
	right: 0px;

	float: right;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	
	height: 30px;
	
	background: url('navlogo.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 35px;
	margin: 0;

	z-index: 8;

}

#navthing ul {
	/*display: none;*/
	
	padding: 0px !important;
	margin: 0px !important;
	line-height: inherit;	
		
	background: url('navbg.gif') black;
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 30px;
}
/*
#navthing:hover ul {
	display: block;

}*/


#navthing li {
	display: block;
	list-style-type: none;
	
	float: left;
	
	/* width: 100px; */
	
	padding: 6px 9px 0px 9px;
	margin: 0px;
	margin-bottom: 0px !important; /* wiki fix */
}

#navthing a {
	position: relative;
	text-decoration: none;
	color: #f2eeaa;
	background: black;

}

#navthing a:hover {
	top: 0px;
	left: 0px;
	
	text-decoration: underline;

	color: #f2eeaa;;
}

#navthing a:active {
	top: 1px;
	left: 1px;
	
}
