#vnav{
	position: relative;
}
#vnav, #vnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
#vnav a {
	display: block;
	/*
	width: 99px;
	width: 10em
	*/
}

#vnav li{ /* all list items */
	float: left;
	/*
	width: 10em
	width: 100px;
	*/
	/* width needed or else Opera goes nuts */
}

#vnav li ul { /* second-level lists */
	/*
	jh 09-05-07 -expose all 2nd lev items
	position: absolute;
	*/
	background-color: #efefef;
	background-color: #f00;
	background: orange;
	width: 10em;
	width: 148px;
	/* comment out the left value to display all menus
	*/
	left: -999em;
	
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#vnav li ul ul { /* third-and-above-level lists */
	margin: -1.6em 0 0 110px;/*top margin value determines vertical position of submenu relative to parent menu item*/
	/* jh change 12 may 07. Added the statement "position: absolute;"  after commenting it out from the second level lists  */
	position: absolute;
}

#vnav li:hover ul ul, #vnav li:hover ul ul ul, #vnav li.sfhover ul ul, #vnav li.sfhover ul ul ul {
	left: -999em;
}

#vnav li:hover ul, #vnav li li:hover ul, #vnav li li li:hover ul, #vnav li.sfhover ul, #vnav li li.sfhover ul, #vnav li li li.sfhover ul { /* lists nested under hovered list items */
	/*
	*/
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

/***************** add style ****************************/
#vnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	
	margin-left: 0; 
	height: 16px; 
	display: block; 
	padding: 0;
	margin: 0;
	/*
	
	width: 760px;
	*/
}

#vnav a{
	text-decoration: none;
	color: #000;
	color: #940019;
	/*
	width: 10em
	width: 100px;
	*/
}
#vnav li{
	/*
	width: 12em;
	border: 1px solid red;
	*/
}
#vnav li{
	margin-left: 0px;
}
#vnav li ul li{
	display: block;
	width: 100%;
	/*
	*/
}
#vnav ul li a{
	font-weight: normal;
	padding:3px;
	/*level 2 font size*/
	font-size:10px;
}
#vnav ul li a:hover{
	/*
	background-color: #666;
	*/
	color: #FFB10F;
	color: #8DBE0B;
	color: #FFFFFF;
	color: #000;
	background-color:#dd0008;
}
#vnav ul{
	border-top:1px solid #ddd;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	border-left:7px solid #FFB10F;
	border-left:7px solid #8DBE0B;
	border-left:7px solid #FAFAD2;
	border: 1px solid #8DBE0B;
	border: 1px solid #00f;
	/* jh 14/05/2007 remove blue border */
	border: none;
}

#vnav ul ul{
	border-left:10px solid #dd0008;
	border-left:1px solid #B5191D;
	border-top:1px solid #B5191D;
	border-bottom:2px solid #B5191D;
	border-right:2px solid #B5191D;
}
#vnav li.topmenuli{ /* all list items */
	text-decoration: none;
	/*
	border:1px solid #000000;
	*/
	padding:3px;
	padding:0px;
	margin-left: 36px;
	margin-left: 49px;
	font-size:12px;
	font-size:10px;
	font-weight: normal;
	line-height:16px;
	color: #fff;
	/*
	jh 14 may 07 - want a top border on topmenuli as menu separator 
	border-top:2px solid #fff;
	*/
}

/***************** specific for vertical menu ****************************/
#vnav li{
	/*
	float: none;
	float: left;
	*/
}
.verticalmenu#vnav li ul{/* set vertical and left position of all sub menus. -2.25em sets it right for IE and Mozilla*/
	margin: -2.25em 0 0 145px;
	/* jh 09-05-07 - take 2nd lev back into position under level 1 */
	margin: 0 0 0 0;
}
.verticalmenu#vnav li ul ul{/* reset vertical and left position of all sub menus after the first one.*/
	margin: -1.9em 0 0 128px !important;
	margin: -1.9em 0 0 128px;
}
.verticalmenu#vnav li.topmenuli{ /* all list items */
	margin-left: 0;
	margin-top:-8px;
	margin-top:2px; /* governs how close each vertical menu item is to the one above - applies only to toplevel menu (all items with class topmenuli) */
}
.verticalmenu#vnav li.topmenuli a{ /* all list items */
	/*
	height:25px;
	*/
	line-height:24px;
	border-bottom:1px solid #00f; /* applies bottom border for all items */
	/* jh 14/05/07 remove bottom blue border */
	border-bottom:0px solid #00f;
}
.verticalmenu#vnav li.topmenuli ul a{/* to remove this bottom border for submenus*/
	border-bottom:0;
	background-color: #f5f5f5;
	background-color: #FFFFCC;
	background-color: #CCE5E5;
	background-color: #BFCEDC;
	background-color: #DFE6ED; /* colour for second level items*/
	background-color: #fff;
}

/***  extras#vnav, , #vnav .topmenuli a ***/
#vnav .topmenuli {
	/* sets the background in Firefox */
	background-color:#B2B1EF;
	/* jh 13/05/07 */
	background-color: #EACCD1;
	background-color:#6BFFE6;
	background-color: #FF6969;
	background-color: #fff;
	background-color: #efefef;
	background-color:#D60000;
	background-color: #B5191D;
}
#vnav .topmenuli a.topmenutitle {
	background-color:#B5191D;
}
/* change hover colour of top level menu items*/
#vnav .topmenuli a.topmenutitle:hover{
	color: #fff;
	color: #0ff;
	color: #000;
	color: #E9DEE6;
	/*
	background-color:#9A93EA;
	background-color:#7F9DB9;
	background-color:#dd0008;
	background-color:#B5191D;
	text-decoration: none;
	*/
}
#vnav .topmenuli ul li a:hover{
	background-color:#B5191D;
	color: #F1EBEF;
	color: #E9DEE6;
}
#vnav li ul {
	/*sets the background in IE*/
	background-color: #ECFB95;
	background-color: #9A93EA;
	background-color: #EACCD1;
	background-color: #fff;
	width: 200px;
	/* scored! set width of column */
	width: 138px;
	display: block;
	/*
	width: 138px!important;
	border-left: 10px solid pink;
	*/
}
#vnav .topmenutitle {
	text-decoration: none;
	padding: 0px;
	color:#19125D;
	color:#fff;
	color:#940019;
	display:block;
	
	width: 148px;
	
	margin-right:10px; /* adjust overall width here */
	margin-right:0px; /* adjust overall width here */
	
	text-indent: 12px;
	/*
	*/
	line-height:8px; 
	font-weight: bold;
}
ul.submenuul{
	margin-left: 10px;
}
.submenuli, .submenuli a{
	/*
	line-height: 10px;height: 20px!important;
	line-height: 10px;height: 20px;
	border-bottom: 1px solid #f5f5f5;	
	*/;
}
ul#vnav li.topmenuli ul.submenuul {
	margin-left: 10px;/* See the bar of background colour down LHS	*/
	background-color: #FFFFFF;
}

ul#vnav li.topmenuli ul.submenuul li.submenuli a{
	height: 16px;
	line-height: 8px!important;
	line-height: 14px;
}

ul#vnav li.topmenuli a.topmenutitle{
	height: 20px; 
	line-height: 20px;
	color: #fff;
}
.submenuli{
	float: none!important;
	clear: both!important;
	float: none;
	clear: none;
	/*
	line-height: 19px;line-height: 13px; 
	line-height: 8px;
	*/
	
}