/* Whole Menu */	
#qm0 { 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
/*	width:200px;  Menu Width - delete if a horizontal menu */		
	}

/*===============================================================================================*/

 /* Main Menu Items */
#qm0 a {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:20px 14px 19px 14px;
/*	border: 1px solid #e3e3e3;  Menu Item Seperator Colour and Style 
	border-width:0px 0px 1px 0px;  Makes sure border is only accross the bottom of the menu item */
	background-image:url(menuSpacer.gif); /* This is the submenu arrow image */
	background-repeat:no-repeat;
	background-position:100% 100%;
	text-decoration:none;
	text-transform:uppercase;
	}


/* Main Menu Items (Hover) */
#qm0 a:hover { 
	color:#ffffff; /* Mouse over font colour */
	background-image:url(menuHover.gif); /* This is the submenu arrow image */
	background-repeat:repeat-x;
	background-position:left top;
	}
			
/*----------------------------------------------------------------*/


/* Main Menu Submenu */
#qm0 .qmparent {
        background-image:url(menuSpacer.gif); /* This is the submenu arrow image */
	background-repeat:no-repeat;
	background-position:100% 100%;
	}


/* Main Menu Submenu (Hover) */	
body #qm0 .qmactive, body #qm0 .qmactive:hover { 
	color:#ffffff;	
	background-image:url(menuHover.gif); /* This is the submenu arrow image */
	background-repeat:repeat-x;
	background-position:left top;
	}
			
/*===============================================================================================*/

/* Whole Submenu */
#qm0 div {
	background-color:#23b2eb; /* Submenu background colour */
	border:1px solid #ffffff; /* Submenu border colour */
	border-width:1px 1px 0px 1px;
	background-image:none;
	}

/*===============================================================================================*/

/* Submenu Items */
#qm0 div a {

	text-transform:none;
	background-image:none;
	color:#ffffff; /* 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 #ffffff; /* This should match the Whole Submenu border colour and width */		
	}


/* Submenu Items (Hover) */
#qm0 div a:hover {
	background-image:none;
	background-color:#f68b01;
	color:#ffffff; /* Submenu Mouse over*/
	}

/*----------------------------------------------------------------*/

/* Sub Submenu */
#qm0 div .qmparent {
	background-image:url(arrow2.gif); /* This is the submenu arrow image */
	background-repeat:no-repeat;
	background-position:97% 50%;
	}

	
/* Sub Submenu (Hover) */
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {	
	background-color:#f68b01;
	background-image:url(arrow2.gif); /* This is the submenu arrow image */
	background-repeat:no-repeat;
	background-position:97% 50%;
	}