/* Main layout */


#canvas {
	position:			relative;
	background-color:	#FFF;
	width:				100%;
}



/* DEFAULT STYLES FOR NON-DYNAMIC MENU */
/* Note: The top position of the sub-menus is hard coded in the "pupius.co.uk-menu.js" file */
#nav {
  BACKGROUND-POSITION: center: 0px;
  WIDTH: 1000px;
  BACKGROUND-REPEAT: no-repeat;
	position:			relative;
	top:				-1px;
	left:				0px;
	width:				100%;
	height:				25px;
	padding-bottom:		2px;
	padding-left:		0px;
	background-color:	#a1bbde;
	margin-bottom:		0px;
	border-bottom:		1px solid #666;
	border-top:			1px solid #666;
}

#nav ul {
	margin:				0px;
	padding:			0px;
}

#nav ul li {
	display:			inline;
	vertical-align:		middle;
	font:				normal 16px Trebuchet MS, Helvetica, Arial;
}

#nav ul li a,#nav ul li a:visited {
	display:			block;
	float:				left;
	color:				#4D5457;
	text-decoration:	none;
	padding-left:		10px;
	padding-right:		10px;
	margin-top:			1px;
	margin-bottom:		0px;
	border:				0px;
}

#nav ul li a:hover,#nav ul li.selected a {
	color:				#363C3F;
	background-color:	#E5E6E7;
	text-decoration:	none;
}

#nav ul ul {
	display:			none;	
}

.selected { font-weight:bold; }
.normal { font-weight:normal; }




/* MENU STYLES */

.menuitem {
	position:			absolute;
	font:				normal 16px Trebuchet MS, Helvetica, Arial;
	padding-left:		11px;
	padding-right:		6px;
	MARGIN-BOTTOM: 10px;
	MARGIN-TOP: 8px;
	margin-top:			5px;
	cursor:				pointer;
	color:				#000000;
}

.x {
	background-image:	url('../images/small_down_arrow.gif');
	background-repeat:	no-repeat;
	background-position:bottom right;
}

.menutracer {
	position:			absolute;
	width:				0px;
	height:				25px;
	background-color:	#E5E6E7;
	font:				normal 16px ,Trebuchet MS, Helvetica, Arial;
	margin-top:			1px;
	margin-left:		0px;
}

.menuback {
	position:			absolute;
	width:				auto;
	height:				auto;
	background-color:	#666;
	border-bottom:		3px solid #666;
	padding:			0px;
	padding-left:		1px;
	padding-right:		1px;
	margin:				0px;
	visibility:			hidden;
}

.menulink {
	display:			block;
	padding:			3px;
	width:				150px;
	background-color:	#E5E6E7;
	font:				normal 16px Trebuchet MS, Helvetica, Arial;
	color:				#666;
	margin-bottom:		1px;
	text-decoration:	none;
	border-bottom:		1px solid #CBCCCF;
}
.menulink:hover {
	background-color:	#EFEFEF;
	color:				#223693;
	cursor:				pointer;
	border-bottom:		1px solid #CBCCCF;
}

.menulink.active {
	background-color:	#EFEFEF;
	color:				#333;
	cursor:				pointer;
}

.sub {
	background-image:	url('../images/small_right_arrow.gif');
	background-repeat:	no-repeat;
	background-position: center;
}
	


.menuback table {
	border-collapse:	collapse;
	margin:				0px;
	margin-left:		-1px;
}
.menuback td {
	vertical-align:		top;
	height:				100%;
	background-color:	#E5E6E7;
	border-left:		1px solid #666;
}

.td2 { display: none; }
.td3 { display: none; }
.td4 { display: none; }
.td5 { display: none; }



