#menu {

width: 150px;
height: 214px;
z-index: 300;
position: absolute;
	left: 40px;
	top: 60px;
	line-height: 25px;
}


#menu ul{
	
	list-style-type: none;
	opacity: 0;
	top: 0;
	left: 0;
}



#menu a:link{
color: green;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;

font-weight:normal;
}


#menu a:visited{
text-decoration: none;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

#menu a:hover{
color: #595959;
}

#menu a:active{
color: black;
}                    
                    