 /*** Menu Script, courtesy of Stu Nicholls at CSS Play ***/
 /* common styling */
 /* 1 spare line for notes */
.menu2 {
	float:left;
	width:100%;
	font-family: verdana, arial, sans-serif;
	font-size:10px; /* for this demo only */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	background-color: #000000;
	background-image: url(../pics/MenuBG.png);
	background-repeat: repeat-x;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
}

.menu2 a:link, .menu2 a:visited{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
	
.menu2 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	}
	
.menu2 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
/* This is the top menu bar section */
.menu2 ul li {
	float:left;
	position:relative;
	border-right-width: 0px; /* Defines the right border for each top level menu item - ALL Browsers */
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
	}
/* This is the top menu bar section */
.menu2 ul li.group {
	display:block; 
	text-indent:5px; 
	background:#666; 
	color:#000000; 
	width:152px; 
	padding:4px 0;
	}
/* This is the top menu bar section*/
.menu2 ul li a, .menu2 ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	line-height:20px;
	height:30px;
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 3px;	/*  change padding to left of menu item */
	padding-bottom: 0px;
	padding-left: 3px;  /*  change padding to left of menu item */
	}
/* This is the top menu bar section*/
.menu2 ul li:hover {
	width:auto;
	}
/* This is the top menu bar section - IE only*/
/* Background and text for hovering */
.menu2 ul li a:hover {
	color:#000000;
	background-color: #C8C8DB;
	}
/* This is the top menu bar section - non-IE browser*/
/* Background and text for hovering */
.menu2 ul li:hover a {
	color:#000000;
	background-color: #C8C8DB;
	}
/* This is the sub-menu drop-down section? */
.menu2 ul li ul {
	display: none;
	}
/* For IE only - repositions the sub-menu up and right a little from 0px 
to -5 and 5 respectively */
.menu2 table {
	margin:0; 
	border-collapse:collapse; 
	font-size:10px; 
	position:absolute; 
	top:-5; 
	left:5px;
}

/* specific to non IE browsers */
/* This also controls the background colour of the drop menu box on the right-hand margin? */
/* For non-IE only - repositions the sub-menu up and right a little from 0px 
to -5 and 5 respectively */
.menu2 ul li:hover ul {
	display:block;
	position:absolute;
	top:35px;
	margin-top:-5px;
	left:5;
	width:152px;
	background-color: #000000;
	}

.menu2 ul li:hover ul.scroller {
	height:200px; 
	width:172px; 
	overflow:auto;
	}

.menu2 ul li:hover ul.endstop {
	left:-90px;
	}

.menu2 ul li:hover ul li ul {
	display: none;
	}
/* Governs dropdown menu text and BG colours, format, etc. non-IE only*/
.menu2 ul li:hover ul li a {
	display:block;
	background:#E7E3D6;
	color:#000000;
	height:auto;
	line-height:15px;
	width:130px;  /* creates very tiny right side margin to drop down */
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	}

.menu2 ul li:hover ul li a.drop {
	background-color: #685F3E;
	}
/* This is the colouring of the drop-down menu when item is hovered over - non-IE only */
.menu2 ul li:hover ul li a:hover {
	color:#FFFFFF;
	background: #685F3E;
	font-weight: bold;
	}
/* This is the colouring of the drop-down menu when item is hovered over - IE only */	
.menu2 ul li:hover ul li a:hover.drop {
	background: #E7E3D6; 
	color:#ffffff;
	}

.menu2 ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:152px; 
	top:2px; 
	color:#000; 
	left:152px; 
	height:250px; 
	width:175px; 
	overflow:auto; 
	background-color: #E7E3D6;
	}
	
.menu2 ul li:hover ul li:hover ul li a {
	background-color: #685F3E;
	}

.menu2 ul li:hover ul li:hover ul li.group {
	width:152px; 
	padding:5px 0;
	}

.menu2 ul li:hover ul li:hover ul.left {
	left:-172px;
	}

.menu2 ul li:hover ul li:hover ul li a:hover {
	background:#E7E3D6;
	color:#000000;
	font-weight: normal;
	}

/* Format to outer dropdown style - specific to IE5.5 and IE6 browsers */
.menu2 ul li a:hover ul {
	display:block;
	position:absolute;
	top:30px; 
	t\op:29px; 
	background:#000000;
	left:0; 
	marg\in-top:1px;
	}

.menu2 ul li a:hover ul.scroller {
	height:138px; 
	overflow:auto;
	}

.menu2 ul li a:hover ul.endstop {
	left: -90px;
	}
/* Controls IE only colour of drop-down */
.menu2 ul li a:hover ul li a {
	display:block; 
	color:#000000; 
	height:1px; 
	line-height:15px; 
	padding:4px 16px; 
	width:152px; 
	w\idth:140px;	/* creates very tiny right side margin to drop down - non-IE only */
	background-color: #E7E3D6;
	}

.menu2 ul li a:hover ul li a.drop {
	background-color: #E7E3D6; 
	padding-bottom:5px;
	}

.menu2 ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	height:0; width:0;
	}
/* works for IE5 + 6 only - hover on drop-down menus - darkened grey/gold background colour */
.menu2 ul li a:hover ul li a:hover {
	color:#FFFFFF;
	background-color: #685F3E;
	font-weight: normal;
	}
/* change this to same as one above */
.menu2 ul li a:hover ul li a:hover.drop {
	background: #685F3E; 
	color:#ffffff;
	}

.menu2 ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	top:-69px; 
	t\op:-70px; 
	color:#000; 
	left:152px; 
	height:138px; 
	width:170px; 
	overflow:auto; 
	background-color: #718184;
	}
/* unchanged untested */
.menu2 ul li a:hover ul li a:hover ul.left {
	left:-170px;
	}
/* unchanged untested */
.menu2 ul li a:hover ul li a:hover ul li a:hover {
	background:#666;
	color:#FFFFFF;
	font-weight: normal;
	}

.left {
	clear:both;
	}

.menu2 img {
	border-top-width: 0px;
	border-top-style: none;
	text-decoration: none;
	margin: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
