#menu {
list-style: none;
width: 110px;
padding-top: 20px;
height: 300px;
padding-left: 30px;

}


#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a:link{
color: #339999;
font-family: Trebuchet MS;
font-size: 16px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}

#menu a:visited{
color: #339999;
font-family: Trebuchet MS;
font-size: 16px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}

#menu a:hover{
color: #595959;
}

#menu a:active{
color: #339999;
}

