#mainbox {
 margin: 0px 0px 0px 0px;
 border:0px solid white;
 background:#fff;
 height:26px;
 }
 
 #stufftopbox {
 top:24px
 mtop-margin:24px;
 border:0px solid #fff;
 background:#fff;
 width: 150px;
 }
 
 #stufftopbox img {
 	vertical-align: middle;
 }
 
 #navlist {
 	margin: 0px 0px 0px 0px;
 	background-color: black;
 	color:white;
 	/**top:3px;**/
/* 	position: absolute; */
/* 	height:26px;        */
 	text-align: right;
 }
 
 #navlist li {
 	display: inline;
 	list-style-type: none;
 	align:right;
 }
 
 #navlist ul {
 	/* */margin: 0;
 	white-space: nowrap;
 	padding: 0; /* */
 }
 
 #navlist a {
 	padding: 1px;
 	margin:1px;
 	color:#white
 	background-color: #000;
 	font-size:.8em;
 	font-weight:bold;
 }
 
 #navlist a:link, #navlist a:visited {
 	color: white;
 	text-decoration: none;
 	font-size:.8em;
 	font-weight:bold;
 
 }
 #navlist a:hover {
 	text-decoration: underline;
 
 }
 
 #navlist img {
 	vertical-align: middle;
 }
 
 #navlist #lefttab {
 float: left;
 /**top:3px;**/
 margin: 0px;
 padding: 0px;
 background-color: black;
 color:white;
 line-height:25px;
 }
 
 #navlist #righttab {
 float: right;
 /**top:3px;**/
 margin: 0px;
 padding: 0px;
 background-color: black;
 color:white;
 line-height:25px;
 }
