#menu {
width: 120px;
font-family: Trebuchet MS;
margin-left:50px;
margin-right:600px;
list-style: none;
text-align:left;
padding-top: 70px;
padding-left: 0px;
font-weight:bold;

}
#menu ul{
color:#8e8f8f;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	
}

#menu a:link{
color:#8e8f8f;
font-family: Trebuchet MS;
font-size: 16px;
height: 23px;
display:block;
text-decoration: none;
padding: 0;
font-weight:normal;
font-weight:bold;
}

#menu ul.menu li.act a{
color:black;
}

#menu a:visited{
color: #8e8f8f;
text-decoration: none;
}

#menu a:hover{
color: black;
text-decoration: none;
}

#menu a:active{
color: #8e8f8f;
text-decoration: none;
}
