ul.e1
{
list-style-type:square;
color:#0EB24B;
padding:0;
margin:0;
margin-top:10px;
padding-left:20px;
border: 1px solid #0EB24B;
background-color:#eeeeee;
}


li
{
list-style-type:square;
}

li:hover.e1a , li:hover.e1p
{
color:#000000;
margin-bottom:5px;
}

li.e1p
{
margin-bottom:5px;
}

li.e1a
{
color:#000000;
margin-bottom:5px;
}