  

   #Person:hover, #Individ:hover, #Legal:hover{
	cursor: pointer;

   }
   
   .Actions{
   width: 24px;
   height:24px;
   background-image: url('../img/object.png');
   display:inline-block;
   margin-left: 20px;
   margin-top:3px;
   }
   #objectAction{
   width: 24px;
   height:24px;
   background-image: url('../img/object.png');
   float:left;
   display:inline;
   }
   #list{
   border: 1px solid grey;
   padding-right:20px;
   width: 200px;
   display:none;
   }
   
   #ObjectMenu{
   border: 1px solid grey;
   position:absolute;
   padding-right:20px;
   background: #fff;
   }
   .hidden, .hidAction{
   display:none;
   }