﻿ #sideul {
    list-style-type: none;
    padding: 2px;
    margin: 0px;
}

#sideul li {
    background-image: url(sqpurple.gif);
    background-repeat: no-repeat;
    background-position: 0px center; 
   /* padding-left: 15px;*/
    padding:2px;
  
}
#sideul li img 
{
	 height:50px;
	 width:50px;
	}
	
	#sidediv
	{
		position:fixed; background-color:#3063A5; top:100px;   margin-top :2px; border-top-right-radius:10px; border-bottom-right-radius:10px; z-index:1;
		}