﻿#simplebits1 {
	position: relative;
	width: 500px;
	height: 30px;
	padding: 0;
	margin: 3px 0 20px 0;
	background: #7FA0B1;	
	}
#nav1 {
	position: absolute;
	top: 10px;
	left: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
	display: inline;
	overflow: hidden;
	width: 201px;
	}
	
#nav1 li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav1 a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
	
#nav1 a:hover {
	background-position: 0 -20px;
	}

#nav1 a:active, #nav1 a.selected {
	background-position: 0 -40px;
	}
	
#thome a  {
	width: 40px;
	background: url(images/home.gif) top left no-repeat;
	}

#tguides a  {
	width: 45px;
	background: url(images/guides.gif) top left no-repeat;
	}

#tmag a  {
	width: 62px;
	background: url(images/magazine.gif) top left no-repeat;
	}

#tarchives a  {
	width: 54px;
	background: url(images/archives.gif) top left no-repeat;
	}
-->
