/* Whole Menu */	
#qm0 { 
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:1025px;
	}

/*===============================================================================================*/

 /* Main Menu Items */
#qm0 a {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
letter-spacing:0px;
	padding:0px 11px 0px 11px;
	border: 0px solid #8d8e8d; /* Menu Item Seperator Colour and Style */
	border-width:0px 1px 0px 0px; /* Makes sure border is only accross the bottom of the menu item */
	text-decoration:none;
text-align:left;
	}


/* Main Menu Items (Hover) */
#qm0 a:hover { 
	color:#950000; /* Mouse over font colour */
	}
			
/*----------------------------------------------------------------*/


/* Main Menu Submenu */
#qm0 .qmparent {
	background-image:url(n-arrow.gif); /* This is the submenu arrow image */
	background-repeat:no-repeat;
	background-position:96%;
padding:0px 16px 0px 11px;
	}


/* Main Menu Submenu (Hover) */	
body #qm0 .qmactive, body #qm0 .qmactive:hover { 
		
		color:#950000; /* Mouse over font colour */
	}
			
/*===============================================================================================*/

/* Whole Submenu */
#qm0 div {
	background-color:#202020; /* Submenu background colour */
	border:4px solid #ccc; /* Submenu border colour */
	border-width:0px 1px 1px 1px;	
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	padding:10px 0;
	opacity:0.96;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
margin-top:7px;
	}

/*===============================================================================================*/

/* Submenu Items */
#qm0 div a {		
	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:3px 10px 3px 10px; /* Submenu height is made up of the font-size plus the top and bottom padding */	
	border-bottom:0px solid #63598F; /* This should match the Whole Submenu border colour and width */		
	
	background-image:none!important;	
	text-transform:none;
	font-weight:normal;
	font-size:12px;
	margin:3px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
border-right:0px;
opacity:1!important;
}


/* Submenu Items (Hover) */
#qm0 div a:hover {
	color:#ffffff; /* Submenu Mouse over*/
	background-image:none;
	background:#b71111;

	}

/*----------------------------------------------------------------*/

/* Sub Submenu */
#qm0 div .qmparent {
	color:#ffffff;
	background-image:none!important;
padding:3px 10px 3px 10px;
	}

	
/* Sub Submenu (Hover) */
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
color:#fff;	
	background:#b71111;	
	}
#qm0 div div {
-moz-border-radius-bottomright:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topleft:10px;
-webkit-border-radius:10px;
border:1px solid #ccc; /* Submenu border colour */
margin-top:0px;
}