/* Whole Menu */	
#qm0 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:180px; /* Menu Width - delete if a horizontal menu */
}
/*===============================================================================================*/

 /* Main Menu Items */
#qm0 a {
	color:#000004;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	padding:8px 20px 8px 5px;
	border: 1px solid #f2f2f2; /* Menu Item Seperator Colour and Style */
	border-width:0px 0px 1px 0px; /* Makes sure border is only accross the bottom of the menu item */
	text-decoration:none;
	background:url(menu-arrow.gif) 100% 11px no-repeat;
	white-space:normal !important;
}
/* Main Menu Items (Hover) */
#qm0 a:hover {
	color:#ed1b24; /* Mouse over font colour */
	background:url(menu-arrow-active.gif) 100% 11px no-repeat;
}
/*----------------------------------------------------------------*/


/* Main Menu Submenu */
#qm0 .qmparent {
	background:url(menu-arrow.gif) 100% 11px no-repeat;
}
/* Main Menu Submenu (Hover) */	
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	color:#ed1b24;
	background:url(menu-arrow-active.gif) 100% 11px no-repeat;
}
/*===============================================================================================*/

/* Whole Submenu */
#qm0 div {
	background-color:#f2f2f2; /* Submenu background colour */
	border:1px solid #c5c5c5; /* Submenu border colour */
	border-width:1px 1px 0px 1px;
}
/*===============================================================================================*/

/* Submenu Items */
#qm0 div a {
	color:#000004; /* 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 #c5c5c5; /* This should match the Whole Submenu border colour and width */
	background-image:none;
	white-space:normal !important;
}
/* Submenu Items (Hover) */
#qm0 div a:hover {
	color:#ed1b24; /* Submenu Mouse over*/
	background-image:none;
}
/*----------------------------------------------------------------*/

/* Sub Submenu */
#qm0 div .qmparent {
	background-color:#f2f2f2;
	background-image:none;
}
/* Sub Submenu (Hover) */
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	background-image:none;
	color:#ed1b24;
}
