	#sideBar{
		position: fixed;
		width: auto;
		height: auto;
		float:right;
		top: 300px;
	    right:-7px;
		background:#003399;
		background-position:top left;
		background-repeat:repeat-y;
		z-index:1;
	}
	
	#sideBarTab{
		float:left;
		height:27px;
		width:28px;
	}
	
	#sideBarTab img{
		border:0px solid #FFFFFF;
	}
	
	#sideBarContents{
		overflow:hidden;
	}
	
	#sideBarContentsInner{
		width:200px;
		float:left;
		text-align:left
	}
