#navlocontainer {
	position: relative;
	width: 175px;
	height: 150px;
	padding: 0;
	margin: 3px 0 20px 375px;
	background: #FFFFFF;
	}

#navlow {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 150px;
	display: inline;
	overflow: hidden;
	width: 200px;
	}
	
#navlow li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlow a {
	float: left;
	padding: 150px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
	
#navlow a:hover {
	background-position: 0 -150px;
	}

#navlow a:active, #nav a.selected {
	background-position: 0 -300px;
	}
	
#thome a  {
	width: 190px;
	background: url(images/button_backer.gif) no-repeat left top;
	}

#tguides a  {
	width: 190px;
	background: url(images/quote.jpg) no-repeat left top;
	}

#tmag a  {
	width: 180px;
	background: url(images/chat.jpg) no-repeat left top;
	}
