/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

	
	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 		
		padding:0px;		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		text-decoration:none;
		padding:5px 20px 5px 0px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover, #qm0 a:focus, #qm0 .qmkeyboardaccess
	{ 
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		padding:0px 0px 12px 0px;
		margin:0px;
		min-width:10em;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		padding:3px 30px 3px 15px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover, #qm0 div .qmkeyboardaccess
	{
		text-decoration:none;
	}

	#qm0 div div
	{
		margin:0px 0px 0px -1px;
	}

	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		text-decoration:underline;		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{		
		background-repeat:no-repeat;
		background-position:95% 50%;
		padding-right:20px;
	}
	
	
	
	
	
	/*##################################*/
	/* qm1 */
	/*##################################*/
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm1
	{ 		
		padding:0px;		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm1 a
	{
		text-decoration:none;
		padding:5px 20px 5px 0px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm1 a:hover, #qm1 a:focus, #qm1 .qmkeyboardaccess
	{ 
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm1 .qmactive, body #qm1 .qmactive:hover
	{ 
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm1 .qmparent
	{
		
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm1 div
	{
		padding:0px 0px 12px 0px;
		margin:0px;
		min-width:10em;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm1 div a
	{		
		padding:3px 30px 3px 15px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm1 div a:hover, #qm1 div .qmkeyboardaccess
	{
		text-decoration:none;
	}

	#qm1 div div
	{
		margin:0px 0px 0px -1px;
	}

	/*""""""""[SUB] Active State """"""""*/
	body #qm1 div .qmactive, body #qm1 div .qmactive:hover
	{
		text-decoration:underline;		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm1 div .qmparent 
	{		
		background-repeat:no-repeat;
		background-position:95% 50%;
		padding-right:20px;
	}
