*{
list-style: none;
margin: 0px;
padding: 0px;
}

#menu {
list-style: none;
width: 155px;
height: 214px;
margin:0;
}


#menu a{
padding-left:20px;
text-align:left;
color: #fff;
font-family: Trebuchet MS;
font-size: 14px;
height: 27px;
display:block;
text-decoration: none;
}

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