#menu {
list-style: none;
width: 200px;
padding-top: 25px;
height: 250px;
padding-left: 20px;
margin-left:0px;
background: url(../images/background.gif) no-repeat;
}

#menu a{
color: #0000A5;
font-weight:bold;
font-family: Trebuchet MS;
font-size: 14px;
height: 22px;
text-decoration: none;
padding: 4px 0 0 0px;
}
#menu a:hover{
color: #0384D7;
}