#window {
	position:absolute;
	margin-left:280px;
	margin-top:80px;

}

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

#menu ul{
	list-style: none;
	margin: 0px;
	margin-top:110px;
	padding: 0px;
	z-index:2;
}

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

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

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

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