 /*** Menu Script, courtesy of Stu Nicholls at CSS Play ***/
 /* common styling */
 /* menu setting to top margin of 2px to fit nicely */
.menu2 {
	float:right;
	width:80%;
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	background-color: #ffffff;
	background-image: url(../Pics/icon_menu_bk_34.png);
	background-repeat: repeat-x;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #000000;
}

.menu2 a:link, .menu2 a:visited{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.menu2 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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;
	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:#E8E8E8; 
	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:#000000;
	line-height:20px;
	height:30px;  /* Let's see what happens with a smaller LINE */
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* 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: #D6D3CE;
}
/* This is the top menu bar section - non-IE browser */
/* Background and text for hovering */
.menu2 ul li:hover a {
	color:#000000;
	background-color: #D6D3CE;
}
/* 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: #D6D3CE;
}

.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:#E8E8E8;
	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:#8D8678;
}
/* 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: #8D8678;
	font-weight: normal;
}

.menu2 ul li:hover ul li a:hover.drop {
	background: #8D8678; 
	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:#888;
}

.menu2 ul li:hover ul li:hover ul li a {
	background:#888;
}

.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:#666;
	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:#aaa;
	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;
}
/* Silvery background for IE5 & 6 and width same as other format (above) */
.menu2 ul li a:hover ul li a {
	display:block;
	color:#000000;
	height:1px;
	line-height:15px;
	padding:4px 16px;
	width:152px;
	w\idth:152px;	/* creates very tiny right side margin to drop down - non-IE only */
	background-color: #E8E8E8;
}
/* darker gold colour - does not seem to have visible effect on either browser */
.menu2 ul li a:hover ul li a.drop {
	background:#8C794D; 
	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: #8D8678;
	font-weight: normal;
}
/* change this to same as one above */
.menu2 ul li a:hover ul li a:hover.drop {
	background: #928841; 
	color:#ffffff;
}

.menu2 ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	top:-70px; 
	t\op:-70px; 
	color:#000; 
	left:152px; 
	height:138px; 
	width:170px; 
	overflow:auto; 
	background:#8D8678;
}
/* 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;
}
