/* @override http://www.bloomtools.com/menu.css */

/* @override http://uecsjqux8vh.preview.thewebconsole.com/menu.css */
/* Whole Menu */	
#qm0 { 
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	width:206px; /* Menu Width - delete if a horizontal menu */		
	}

/*===============================================================================================*/

 /* Main Menu Items */
#qm0 a {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:9px 15px;
	text-decoration:none;
text-align:left;
	}


/* Main Menu Items (Hover) */
#qm0 a:hover {
	color:#ffffff!important; /* Mouse over font colour */
	background: url(menu-button.png) 0% 0% no-repeat; /* Mouse over background colour */
	}
#qm0  .qmpersistent { 
color:#ffffff!important; /* Mouse over font colour */
	background: url(menu-button.png) 100% 0% no-repeat; /* Mouse over background colour */
	}
			
			#qm0 div .qmpersistent { background-image:none;
			color:#000!important;
			font-weight:bold;
			}
/*----------------------------------------------------------------*/


/* Main Menu Submenu */
#qm0 .qmparent {
	/*display:none;*/
	
	}


/* Main Menu Submenu (Hover) */	
body #qm0 .qmactive, body #qm0 .qmactive:hover { 
	color:#ffffff!important; /* Mouse over font colour */
	background: url(menu-button.png) 0% 0% no-repeat; /* Mouse over background colour */
	}
			
/*===============================================================================================*/

/* Whole Submenu */
#qm0 div {
	border:0px solid #c5c5c5; /* Submenu border colour */
	/*border-width:1px 1px 0px 1px;*/	
	margin-left:-8px;
	background:#eee url(menu-button.png) -198px 0% no-repeat;

	
	
	}

/*===============================================================================================*/

/* Submenu Items */
#qm0 div a {		
	color:#000; /* Submenu font colour */
	font-size:12px; /* Submenu Font Size */
	width:150px; /* This is the width of the submenu - text will wrap around if longer */
	padding:6px 10px 6px 16px; /* Submenu height is made up of the font-size plus the top and bottom padding */	
	border-bottom:1px solid #ddd; /* This should match the Whole Submenu border colour and width 
	*/
	font-weight:normal;		
	}


/* Submenu Items (Hover) */
#qm0 div a:hover {
	color:#666!important; /* Submenu Mouse over*/
background-image:none;

	}

/*----------------------------------------------------------------*/

/* Sub Submenu */
#qm0 div .qmparent {
	}

	
/* Sub Submenu (Hover) */
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {	
	}
