  .sb {
   	width: 143px;
   	float: left;
	/* padding-left:10px;*/
	left: 0px;
	
	padding-top: 5px;
   	
   	/*position: fixed;*/
   	
   }
   
  .sb a.sblink {
   	color: #ccc;
   }

   .sb a.sblink:hover {
   	color: #fff;
   	text-shadow: white 0px 0px 3px;
   }

   .sb a.sblinkSel {
   	color: yellow;
   }

   
   .sbTop {
	   	background-image: url(img/sbTop.png);
	   	width:100%;
	   	height:32px;
   	}
   .sbMiddle   
   {
   	background-image: url(img/sbMiddle.png);
   	width: 93px;
   	padding-left: 25px;
   	padding-right: 25px;
   	color: white;
   	font-size: 13px;
   	text-align: center;
   	font-family: 'Lucida Grande';
   	font-weight: bold;
   }
   .sbBot {
	   	background-image: url(img/sbBot.png);
	   	width:100%;
	   	height:39px;
   	}
   	
   	.sbMiddle li {
		margin: 0;
		padding: 0;
		padding-bottom: 4px;
		/*border-bottom: 1px solid #222;*/
		padding-top: 4px;
	}

   	.sbMiddle li  li{
		margin: 0;
		padding: 0;
		border-bottom: none;
		
	}
	
	.sbMiddle ul {
		list-style: none	;
		margin: 0;
		padding: 0;
		text-align: center;	
	}
	.sblogo {
		padding:0px;
		padding-left:7px;
		margin-left: auto;
		margin-right: auto;
	}
