/* Whole Menu */	
#qm0 { 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:210px; /* Menu Width - delete if a horizontal menu */		
	}

/*===============================================================================================*/

 /* Main Menu Items */
#qm0 a {
	color:#4c5f7b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:8px 15px 8px 15px;
	text-decoration:none;
	background:url(menuSpacer.gif) left bottom no-repeat;
	}


/* Main Menu Items (Hover) */
#qm0 a:hover, .qmpersistent { 
	color:#ce7a30!important; /* Mouse over font colour */
	}


			
/*----------------------------------------------------------------*/


/* Main Menu Submenu */
#qm0 .qmparent {
	background:url(menuActiveBg.gif) left bottom no-repeat;
	}


/* Main Menu Submenu (Hover) */	
body #qm0 .qmactive, body #qm0 .qmactive:hover { 
color:#ce7a30!important; /* Mouse over font colour */
	
	background:url(menuActiveBg.gif) left bottom no-repeat;
	}
			
/*===============================================================================================*/

/* Whole Submenu */
#qm0 div {
	background:#E7EAEE url(menuSpacer.gif) left bottom no-repeat;; /* Submenu background colour */
	border:1px solid #C3CFDF; /* Submenu border colour */
	border-width:1px 1px 0px 1px;	
	margin-left:1px;
	}

/*===============================================================================================*/

/* Submenu Items */
#qm0 div a {		
	color:#617898; /* Submenu font colour */
	font-size:11px; /* Submenu Font Size */
	width:150px; /* This is the width of the submenu - text will wrap around if longer */
	padding:6px 20px 6px 6px; /* Submenu height is made up of the font-size plus the top and bottom padding */	
	border-bottom:1px solid #C3CFDF; /* This should match the Whole Submenu border colour and width */		
	background-image:none;
font-weight:normal;
	}


/* Submenu Items (Hover) */
#qm0 div a:hover {
	color:#fff!important; /* Submenu Mouse over*/
background:#4c5f7b;
	}

/*----------------------------------------------------------------*/

/* Sub Submenu */
#qm0 div .qmparent {
	background:url(arrow.gif) 97% 50% no-repeat; /* This is the submenu arrow image when hovered over */
	}

	
/* Sub Submenu (Hover) */
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {	
color:#fff!important;	
background:#4c5f7b url(arrow2.gif) 97% 50% no-repeat; /* This is the submenu arrow image when hovered over */	
}