/*    #sideBar{
        position: absolute;
        width: auto;
        height: auto;
        top: 0;
        right:0;
    }
   
    #sideBarTab{
        float:left;
        height:107px;
        width:19px;
		clear: both;
    }*/
   

   
    #sideBarTab img{
        border:0;
    }
   
    #sideBarContents{
        overflow:hidden !important;
    }
   
    #sideBarContentsInner{
	width:262px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 10px solid #be2e3e;
	background-color: #fff;
	height: 330px;
    } 
	
	#sidebarContent {
		border: 1px solid #bdbcbd;
        width:100%;
		background: #e5e5e5 url('images/sidebarContentBackground.jpg') repeat-x top left;
		}
		
