/* mainnav */

@import url(text-colours.css);
@import url(bg-colours.css);
@import url(images.css);



/* ### CSS for PC IE 5. only - box model correction ### */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5xpc.css'; /*";}
}/* */


/* ie only iFrame dropdownlist fix*/
div.mod-ftrnav-1 iframe {
	visibility: hidden;
	position: absolute;
	height: 0px;
	width: 0px;
	left: 0px;
	top: 0px;
	}


/* ###### Level 1 (Main-menu) (all browsers) ######  */

div.mod-ftrnav-1 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

div.mod-ftrnav-1 li {
	font-size: 0.9em;
	line-height: 1.1em;
	width: 152px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	}


/* Specific menu item widths */
div.mod-ftrnav-1 li#ftr06 {
	width: 61px;
	}	
div.mod-ftrnav-1 li#ftr07 {
	width: 72px;
	}	
div.mod-ftrnav-1 li#ftr08 {
	width: 57px;
	}						

div.mod-ftrnav-1 a {
	text-decoration: none;
/*	font-weight: bold; */
	cursor:	pointer;
	display: block;
	margin: 0;
	}

/* Need to determine when this applies */
div.mod-ftrnav-1 a {
	padding: 5px 7px 5px 7px;
	}



div.mod-ftrnav-1 a:link {
	text-decoration: none;
	}
div.mod-ftrnav-1 a:visited {
	text-decoration: none;
	}
div.mod-ftrnav-1 a:hover {
	text-decoration: none;
	}
div.mod-ftrnav-1 a:active {
	text-decoration: none;
	}

