div.menu	{
		position:absolute;
		width:200px;
		text-align:left;
		margin-top:150px;
	}

a.menu:link, a.menu:visited, a.menu:focus, a.menu:active	{
		display:block;
		width:170px;
		color:white;
		padding-left:8px;
		padding-top:5px;
		padding-bottom:5px;
		margin-top:2px;
		text-decoration:none;
		border-style:outset;
		border-width:2px;
		font-family:Trebuchet MS;
		font-size:1em;
		font-weight:600;
	}

.menu_top {
		background-color:#367d41;
		background-repeat:repeat;
	}

a.menu_sub {
		background-color:#72a57a;
	}

a.menu_active {
		background-color:#adc9b0;
	}

a.menu:hover	{
		border-style:inset;
		background-color:#adc9b0;
	}
