#canvas {
	position:			absolute;
	background-color:	#9eb7d3;
	width:				1000px;
	height: 15px;
}


/* 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 {
	position:			relative;
	left:				0px;
	width:				1000px;
	height:				25px;
	padding-left:		0px;
	background-color:	#83bad9;
	text-transform: uppercase;
	float: left;
	padding-top: 0px;
	border-left-style: solid;
}

#nav ul {
	margin:				0px;
	padding:			0px;
}

#nav ul li {
	display:			inline;
	vertical-align:		middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#nav ul li a,#nav ul li a:visited {
	display:			block;
	float:				left;
	color:				#CC0609;
	text-decoration:	none;
	padding-left:		10px;
	padding-right:		10px;
	margin-top:			1px;
	margin-bottom:		0px;
	border:				0px;
	text-transform: uppercase;
}

#nav ul li a:hover,#nav ul li.selected a {
	color:				#663300;
	background-color:	#FFFFFF;
	text-decoration:	none;
	text-transform: uppercase;
}

#nav ul ul {
	display:			none;	
}

.selected {
	font-weight:bold;
	float: none;
}
.normal { font-weight:normal; }




/* MENU STYLES */

.menuitem {
	position:			absolute;
	padding-left:		10px;
	padding-right:		10px;
	margin-top:			1px;
	cursor:				pointer;
	color:				#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.x {
	background-image:	url('../images/small_down_arrow.gif');
	background-repeat:	no-repeat;
	background-position:bottom right;
}

.menutracer {
	position:			absolute;
	width:				1px;
	height:				14px;
	background-color:	#FC0008;
	font:				normal 10px Verdana,Arial,Helvetica,sans-serif;
	margin-top:			1px;
	margin-left:		0px;
}

.menuback {
	position:			absolute;
	width:				auto;
	height:				auto;
	background-color:	#EEF6F9;
	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;
	color:				#663300;
	margin-bottom:		1px;
	text-decoration:	none;
	border-bottom:		1px solid #CBCCCF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.menulink:hover {
	background-color:	#EFEFEF;
	color:				#FC0008;
	cursor:				pointer;
	border-bottom:		1px solid #CBCCCF;
}

.menulink.active {
	background-color:	#990000;
	color:				#EFEFEF;
	cursor:				pointer;
}

.sub {
	background-image:	url('../images/small_right_arrow.gif');
	background-repeat:	no-repeat;
	background-position:right center;
}
	


.menuback table {
	border-collapse:	collapse;
	margin:				0px;
	margin-left:		-1px;
}
.menuback td {
	vertical-align:		top;
	height:				100%;
	background-color:	#FFFFFF;
	border-left:		1px solid #666;
}

.td2 { display: none; }
.td3 { display: none; }
.td4 { display: none; }
.td5 { display: none; }

