#managenent-dashboard
   {
       margin: 0px;
       padding:0px;
   }
   #managenent-dashboard ul
   {
       margin: 0px;
       padding:0px;
   }
   #managenent-dashboard ul li
   {
       display: inline-block;
       list-style: none;
   }
   #managenent-dashboard ul li a.property
   {
       background: url('images/property.png') !important;
       display: block;
       width:225px;
       height: 225px;
   }
   #managenent-dashboard ul li a.property:hover
   {
       background: url('images/property_over.png') !important;
       display: block;
       width:225px;
       height: 225px;
   }
    #managenent-dashboard ul li a.employee
   {
       background: url('images/employee.png') !important;
       display: block;
       width:225px;
       height: 225px;
   }
   #managenent-dashboard ul li a.employee:hover
   {
       background: url('images/employee_over.png') !important;
       display: block;
       width:225px;
       height: 225px;
   }
   #managenent-dashboard ul li a.owner
   {
       background: url('images/Owner.png')!important;
       display: block;
       width:225px;
       height: 225px;
   }
   #managenent-dashboard ul li a.owner:hover
   {
       background: url('images/Owner_over.png') !important;
       display: block;
       width:225px;
       height: 225px;
   }
   #managenent-dashboard ul li a.tenant
   {
       background: url('images/tenant.png') !important;
       display: block;
       width:225px;
       height: 225px;
   }
   #managenent-dashboard ul li a.tenant:hover
   {
       background: url('images/tenant_over.png') !important;
       display: block;
       width:225px;
       height: 225px;
   }
   