#menu {
list-style: none;
width: 150px;
padding-top: 25px;
height: 214px;
padding-left: 45px;
background: url(images/background.png) no-repeat;
margin-left:0px;
margin-top:0px;

}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a{
color: #666666;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 5px 0 0 0px;
font-weight:normal;
}


#menu a:hover{
color: #F60;
}

#menu a:active{
color: #dbdbdb;
}