#menu {
list-style: none;
width: 160px;
padding-top: 35px;
height: 364px;
padding-left: 40px;
background: url(../images/background.jpg) no-repeat;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li{height:30px}

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

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

#menu a:hover{
color: #595959;
font-weight:bold;
}

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

.activeMenu {
color: #595959;
font-weight:bold;
}


#Copyright a{
color: #a5dc11;
text-decoration:none;
}