.button{
background:url(bg-menu.png);
background-repeat:no-repeat;
height:35px;
width:150px;
padding-top:6px;
padding-left:1px;
}

.button:hover{
background:url(bg-menu-hover.png);
background-repeat:no-repeat;
}

.button a{
text-decoration:none;
color:white;
padding:6px auto 6px auto;
}

li {
list-style-type: none;
}

ul{
padding-left:10px;
}


#Layer3{
position:absolute; 
left:0px; 
top:89px; 
width:150px; 
height:313px; 
z-index:3;
}