#menu {
list-style: none;
width: 150px;
padding-top: 0px;
height: 214px;
padding-left: 50px;
background: url(images/backgroun.png) no-repeat;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

#menu a:link{
margin-left: 10px;
margin: 5px;
color: #595959;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
border-bottom: 1px #d40c0c dashed;
}

#menu a:visited{
margin-left: 10px;
margin: 5px;
color: #595959;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
border-bottom: 1px #d40c0c dashed;
}

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

#menu a:active{
color: #dbdbdb;
}
