#menu_2 {
list-style: none;
width: 150px;
padding-top: 35px;
height: 214px;
padding-left: 50px;
background: url(images/background.png) no-repeat;
}
#menu_2 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

#menu_2 a:link{
color: #808080;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}

#menu_2 a:visited{
font-family: Trebuchet MS;
text-decoration: none;
color: #808080;
}

#menu_2 a:hover{
color: #333333;
}

#menu_2 a:active{
color: #dbdbdb;
}