div.disney-ui-menu ul
{
    width: 225px;
    border: 1px solid black;
    background-color: white;
}

div.disney-ui-menu ul li
{
    margin: 4px;
    padding: 0px;
    padding-left: 54px;
    display: block;
    height: 46px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    font-family: "Arial", sans-serif;
    list-style: none;
    cursor: pointer;
    text-align: left;
	/*opacity: 0.75;*/
}

div.disney-ui-menu ul li:hover
{
    background-color: #f3e0f7;
    /*opacity: 1.0;*/
}