#topbar {
	width:100%;
	height:50px;
	background:#ccc;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	border-bottom:2px solid #444;}
	#topbar table {
		height:100%;
		margin:0 auto;}
	#topbar td {
		height:100%;
		vertical-align:middle;}
		
	#TBsites {
		padding:0 10px;}
		#TBsites a {
			color:#000;}
	
	#TBsearch {
		padding:0 20px;}
		#TBsearch input {
			float:left;
			border:1px solid #000;}
		#TBinput {
			width:150px;
			height:18px;
			padding:1px 3px;}
		#TBsubmit {
			width:40px;
			height:22px;
			margin-left:-1px;}
	
	#TBbuttons {
		float:left;
		margin-top:4px;}
	#TBbuttons a {
		float:left;
		min-width:25px;
		min-height:40px;
		display:block;
		padding:3px 15px;
		line-height:62px;
		cursor:pointer;
		color:#000;
		font-size:11px;
		text-decoration:underline;
		background:no-repeat center top;}
		a#TBhome {background-image:url(../images/icon-home.png)}
		a#TBfav  {background-image:url(../images/icon-fav.png)}
		a#TBstart{background-image:url(../images/icon-start.png)}
		a#TBrss  {background-image:url(../images/icon-rss.png)}
	#TBbuttons a:hover {
		color:#346fdb;
		background-position:center -75px;}
