/* Main layout */
* {SCROLLBAR-FACE-COLOR: #071572; SCROLLBAR-HIGHLIGHT-COLOR: #071572; SCROLLBAR-SHADOW-COLOR: #071572; SCROLLBAR-3DLIGHT-COLOR: #071572; SCROLLBAR-ARROW-COLOR:  #CDD7F2; SCROLLBAR-TRACK-COLOR: #071572; SCROLLBAR-DARKSHADOW-COLOR: #071572; }

body {
	width:					100%;
	height:					100%;
	margin:					0px;
	padding:				0px;
	color:					#CDD7F2;
	background-color:		#071572;
	background-image: url(../fd.jpg);
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
}
a:link {
	color: #CDD7F2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CDD7F2;
}
a:hover {
	text-decoration: none;
	color: #BA242F;
}
a:active {
	text-decoration: none;
	color: #CDD7F2;
}

#canvas {
	position:			relative;
	background-color:	transparent;
	width:				100%;
	background-image: url(../top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 380px;
}


/* 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:				380px;
	left:				0px;
	width:				100%;
	height:				15px;
	padding-bottom:		1px;
	padding-left:		0px;
	background-color:	#050D3B;
	margin-bottom:		25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CDD7F2;
	border-bottom-color: #CDD7F2;
}


#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:				#2B46B1;
	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:				#2B46B1;
	background-color:	#A7C6E3;
	text-decoration:	none;
}

#nav ul ul {
	display:			none;	
}

.selected { font-weight:bold; }

.normal { font-weight:normal; }




/* MENU STYLES */

.menuitem {
	position:			absolute;
	padding-left:		10px;
	padding-right:		10px;
	margin-top:			1px;
	cursor:				pointer;
	color:				#2B46B1;
	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:	#cdd7f2;
	font:				normal 10px ,Verdana,Arial,Helvetica,sans-serif;
	margin-top:			1px;
	margin-left:		0px;
}

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

.menulink {
	display:			block;
	padding:			3px;
	width:				150px;
	background-color:	#050D3B;
	color:				#2B46B1;
	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: #CDD7F2;
}
.menulink:hover {
	background-color:	#CDD7F2;
	color:				#223693;
	cursor:				pointer;
	border-bottom:		1px solid #CBCCCF;
}

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

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