
	
	#sideBar
	{
	    z-index: 9999;
		position: absolute;
		width: auto;
		height: 1025px;
		top: 200px;
		right:-7px;
		background-image:url(../images/background.png);
		background-position:top left;
		background-repeat:repeat-y;
	}
	
	#sideBarTab
	{
	    z-index: 2;
		float:left;
		height:137px;
		width:28px;
	}
	
	#sideBarTab img
	{
	    z-index: 2;
		border:0px;
		
	}
	
	#sideBarContents
	{
	    z-index: 2;
		float: left;
	}
	
	#sideBarContentsInner
	{
	    z-index: 2;
		width:200px;
		
	}
	
	a:visited {
	color: blue;
	text-decoration: none;
}

    a {
	color: red;
	text-decoration: underline;
}


