/* The styles for each menu */


div.navilayer {
	position: absolute;
	visibility: hidden;
	PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
	PADDING-TOP: 1px;
	PADDING-BOTTOM: 4px;
	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: #ffffff 1px solid;
}


div.navilayer div {
	
	/*
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	layer-background-color: #DEE7F7;
	*/
	

	padding-top: 4px;
	padding-bottom: 4px;
	
	FONT-FAMILY: arial;
	FONT-SIZE: 12px;
	COLOR: #000000;
	
	background: #D8D2C7;
	BACKGROUND-COLOR: #F2EFEA;
	BORDER-RIGHT: #ffffff 1px solid;
   	BORDER-LEFT: #ffffff 1px solid;
	BORDER-BOTTOM: #ffffff 1px solid;
	width:160px; /* 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: 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: 150px;
	color: #6F5425;  /* 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: #F2EFEA; /* rollover text color  */
    BACKGROUND-COLOR: #D8D2C7; /* rollover menu color  */
}

div.navilayer div.over a {
	
	COLOR: #0E4B50; /* rollover text color  */
    BACKGROUND-COLOR: #D8D2C7; /* rollover menu color  */
}

