/* The styles for each menu */
div.navilayer {
	position: absolute;
	visibility: hidden;
	PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	/* 
	top: 1px;
	width: 150px; 
	*/
}

div#base {
	
	position: relative;
	/* BORDER-TOP: #000000 1px solid; */
	visibility:hidden;
}

div a:visited {
	background-color: transparent;
	
}

/* The extra DIV around the links. I'd rather have done a {display: block} throughout but that doesn't work in Explorer 4. */

div#topline {
	BORDER-TOP: #D2E9C2 1px solid;
}

div#botline {
	BORDER-BOTTOM: #D2E9C2 1px solid;
}

div.navilayer div {

	/*
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	layer-background-color: #DEE7F7;
	*/
	
	padding-top: 2px;
	padding-bottom: 2px;
	
	text-align:left;
	FONT-FAMILY: arial;
	FONT-SIZE: 11px;
	COLOR: #677E1D;
	
	background: #E4F5D0;
	
	BACKGROUND-COLOR: #EFF7DF;
	BORDER-RIGHT: #D2E9C2 1px solid;
   	BORDER-LEFT: #D2E9C2 1px solid;
	
	/* BORDER-BOTTOM: #ffffff 1px solid;*/
	
	width:120px; /* menu width */
}


/* This style does not work in Netscape 4 so you see the borders of the empty DIV's */

div.navilayer div.fill {
	
	background: url(none);
	BORDER-RIGHT: none;
   	BORDER-LEFT: none;
	
	/*
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEE7F7;
	*/
	}


/* Explorer 5.5 gives my general link colours precedence over the colour defined here. I think it's a bug */

div.navilayer div a {
	display: block;
	width: 115px;
	color: #677E1D;  /* font color */
	text-decoration: none;
	padding-left: 5px;
	letter-spacing: 0px;
}


/* The styles for the pseudo-mouseover. The class change does not work in Netscape 4,
	while Opera 5 changes the class but doesn't do anything about it,
	so these styles will never be visible in those browsers */

div.navilayer div.over {
	COLOR: #7E6738; /* rollover text color  */
    BACKGROUND-COLOR: #FDF8CE; /* rollover menu color  */
}

div.navilayer div.over a {
	
	COLOR: #7E6738; /* rollover text color  */
    BACKGROUND-COLOR: #FDF8CE; /* rollover menu color  */
}

