
	/*"""""""" (MAIN) Container """"""""*/	
	#qm0
	{ 
		color:#000000; /*main menu text colour*/
		margin:0px 0px 0px 0px;
		padding:0px;
		overflow:hidden;
		width:158px; /* Menu Width */		
		border-bottom:2px solid #ececec;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#5d5d5d;
		background:transparent url(plus.gif) left top no-repeat;
		font-family:Arial, Helvetica, sans-serif; /*Main Menu font-family*/
		font-size:11px; /* Main Menu Font Size */
		text-decoration:none;
		font-weight:bold;
		padding:8px 0px 8px 21px;
		border-style:solid;
		border-color:#ececec; /* Seperator Colour */
		border-width:0px 0px 1px 0px; /* Makes a border accross the bottom of the menu item*/
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		color:#ffb225; /* Mouse over font colour */
	}


	/*"""""""" (MAIN) Active State (When it's a submenu) """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{
	color:#000;
	background-color:#ffb225; /* needs to match MAIN Hover State Background Colour */
	background-image:url(minus.gif);
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{

	}

	


	/*"""""""" [SUB] Containers (Whole submenu) """"""""*/
	#qm0 div
	{	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
	
		background-image:none;
		
		
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		text-decoration:none;
	}

	

	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
	color:#000;		
	background-image:url(minus.gif);
	background-color:#CCCCCC;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
	background:transparent url(plus.gif) left top no-repeat;

	}
	.qmfv div a {
		color:#000000;

	}
.qmpersistent { color:#ffb225 !important; }