#canvas {
	position:			absolute;
	background-color:	#000000;
	width:				1000px;
	height: 30px;
	float: left;
	top: 282px;
}


/* 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:				900px;
	height:				25px;
	background-color:	#000000;
	text-transform: uppercase;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#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:				#FF00CC;
	text-decoration:	none;
	padding-left:		34px;
	padding-right:		35px;
	margin-top:			1px;
	margin-bottom:		0px;
	border:				0px;
	text-transform: uppercase;
}

#nav ul li a:hover,#nav ul li.selected a {
	color:				#FF0099;
	background-color:	#3333FF;
	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:		35px;
	padding-right:		35px;
	margin-top:			1px;
	cursor:				pointer;
	color:				#FF00CC;
	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:	#0033CC;
	font:				normal 10px Verdana,Arial,Helvetica,sans-serif;
	margin-top:			1px;
	margin-left:		0px;
}

.menuback {
	position:			absolute;
	width:				auto;
	height:				auto;
	background-color:	#000000;
	padding:			0px;
	padding-left:		1px;
	padding-right:		1px;
	margin:				0px;
	visibility:			hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}

.menulink {
	display:			block;
	padding:			3px;
	width:				150px;
	background-color:	#000000;
	color:				#FF0000;
	margin-bottom:		1px;
	text-decoration:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
}
.menulink:hover {
	background-color:	#000000;
	color:				#CC33CC;
	cursor:				pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
}

.menulink.active {
	background-color:	#000000;
	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:	#000000;
	border-left:		1px solid #666;
}

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