/* Main layout */

body {
	width:					100%;
	height:					100%;
	margin:					0px;
	padding:				0px;
	color:					#3c2922;
	background-color:		#b59378;
	font:					normal 15px verdana,arial,sans-serif;
}
	*{
	scrollbar-base-color: #b59378
	}
#canvas {
	position:			relative;
	background-color:	transparent;
	width:				100%;
	background-repeat: no-repeat;
	height: 400px;
	background-image: url(../../top.jpg);
}


/* 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;
	top:				400px;
	left:				0px;
	width:				100%;
	height:				15px;
	padding-bottom:		1px;
	padding-left:		0px;
	background-color:	#3c2922;
	margin-bottom:		25px;
	border-bottom:		1px solid #b69479;
	border-top:			1px solid #b69479;
}

#nav ul {
	margin:				0px;
	padding:			0px;
}

#nav ul li {
	display:			inline;
	vertical-align:		middle;
	font:				normal 10px Verdana,Arial,Helvetica,sans-serif;
}

#nav ul li a,#nav ul li a:visited {
	display:			block;
	float:				left;
	color:				#b59378;
	text-decoration:	none;
	padding-left:		10px;
	padding-right:		10px;
	margin-top:			1px;
	margin-bottom:		0px;
	border:				0px;
	background-color: #3c2922;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#nav ul li a:hover,#nav ul li.selected a {
	color:				#b69479;
	background-color:	#3c2922;
	text-decoration:	none;
}

#nav ul ul {
	display:			none;	
}

.selected { font-weight:bold; }
.normal { font-weight:normal; }




/* MENU STYLES */

.menuitem {
	position:			absolute;
	font:				normal 11px Verdana,Arial,Helvetica,sans-serif;
	padding-left:		10px;
	padding-right:		10px;
	margin-top:			1px;
	cursor:				pointer;
	color:				#ffffff;
}

.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:	#b49277;
	font:				normal 10px ,Verdana,Arial,Helvetica,sans-serif;
	
	margin-top:			1px;
	margin-left:		0px;
}

.menuback {
	position:			absolute;
	width:				auto;
	height:				auto;
	background-color:	#3c2922;
	border-bottom:		3px solid #b69479;
	padding:			0px;
	padding-left:		1px;
	padding-right:		1px;
	margin:				0px;
	visibility:			hidden;
}

.menulink {
	display:			block;
	padding:			3px;
	width:				150px;
	background-color:	#3c2922;
	font:				normal 10px Verdana,Arial,Helvetica,sans-serif;
	color:				#cfbaa9;
	margin-bottom:		1px;
	text-decoration:	none;
	border-bottom:		1px solid #b69479;
}
.menulink:hover {
	background-color:	#3c2922;
	color:				#b69479;
	cursor:				pointer;
	border-bottom:		1px solid #b69479;
}

.menulink.active {
	background-color:	#3c2922;
	color:				#b69479;
	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:	#b69479;
	border-left:		1px solid #b69479;
}

.td2 { display: none; }
.td3 { display: none; }
.td4 { display: none; }
.td5 { display: none; }
