.ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100px;
 

    }

.ul .li {
    position: relative;
    width: 3px;

	}

.li .ul {
	position: absolute;
	display: none;
margin-top: 7px;

	}



.li {
	list-style-type: none;
margin-left: 0px;
margin-top: -10px;
font-size:11px;
font-family: trebuchet ms;


}



.li:hover
{color: #fff;}


.ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
background: transparent;
font-size: 9px;
margin-top: 22px;
	}



.li:hover .ul { display: block; 

}


li:hover ul, li.over ul {
	display: block; 

}